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