copyWith abstract method
Returns a shallow copy of this UserProfile with some or all fields replaced by the given arguments.
Implementation
@_is.useResult
UserProfile copyWith({
_is.UuidValue? id,
_is.UuidValue? authUserId,
_ivyervu7.AuthUser? authUser,
String? userName,
String? fullName,
String? email,
DateTime? createdAt,
_is.UuidValue? imageId,
_i7y29ltp.UserProfileImage? image,
});