UserProfile constructor

UserProfile({
  1. UuidValue? id,
  2. required UuidValue authUserId,
  3. AuthUser? authUser,
  4. String? userName,
  5. String? fullName,
  6. String? email,
  7. DateTime? createdAt,
  8. UuidValue? imageId,
  9. UserProfileImage? image,
})

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;