copyWith abstract method
Returns a shallow copy of this UserProfileModel with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
UserProfileModel copyWith({
_i1.UuidValue? authUserId,
String? userName,
String? fullName,
String? email,
Uri? imageUrl,
});