UserProfile constructor
UserProfile({})
Implementation
factory UserProfile({
_is.UuidValue? id,
required _is.UuidValue authUserId,
_ivyervu7.AuthUser? authUser,
String? userName,
String? fullName,
String? email,
DateTime? createdAt,
_is.UuidValue? imageId,
_i7y29ltp.UserProfileImage? image,
}) = _UserProfileImpl;