settings property Null safety

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

Implementation

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