copyWith method

Implementation

UserPrivacySettingRuleAllowChatMembers copyWith({List<int>? chatIds}) =>
    UserPrivacySettingRuleAllowChatMembers(chatIds: chatIds ?? this.chatIds);