copyWith method

UserPrivacySettingRuleAllowUsers copyWith({
  1. List<int>? userIds,
})

Implementation

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