UserProfileModel constructor

UserProfileModel({
  1. required UuidValue authUserId,
  2. String? userName,
  3. String? fullName,
  4. String? email,
  5. Uri? imageUrl,
})

Implementation

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