UserProfileModel constructor
UserProfileModel({})
Implementation
factory UserProfileModel({
required _i1.UuidValue authUserId,
String? userName,
String? fullName,
String? email,
Uri? imageUrl,
}) = _UserProfileModelImpl;