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