settings property

  1. @Deprecated("Switch to using isMemberOnly | isMemberAllowToInvite | maxUserCount to instead")
EMGroupOptions? settings

Implementation

@Deprecated(
    "Switch to using isMemberOnly | isMemberAllowToInvite | maxUserCount to instead")
EMGroupOptions? get settings => _options;