settings property Null safety

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

Implementation

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