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