copyWith method
Implementation
UserPrivacySettingRuleAllowUsers copyWith({List<int>? userIds}) =>
UserPrivacySettingRuleAllowUsers(userIds: userIds ?? this.userIds);
UserPrivacySettingRuleAllowUsers copyWith({List<int>? userIds}) =>
UserPrivacySettingRuleAllowUsers(userIds: userIds ?? this.userIds);