copyWith abstract method

UserSettingsConfig copyWith({
  1. bool? canSeeUserName,
  2. bool? canSeeFullName,
  3. bool? canEditUserName,
  4. bool? canEditFullName,
  5. bool? canEditUserImage,
})

Implementation

UserSettingsConfig copyWith({
  bool? canSeeUserName,
  bool? canSeeFullName,
  bool? canEditUserName,
  bool? canEditFullName,
  bool? canEditUserImage,
});