UserModel constructor

UserModel(
  1. {String? uid,
  2. String? name,
  3. String? email,
  4. String? password,
  5. int? highestScore,
  6. int? highestScoreClassic}
)

Constructor for creating a UserModel instance.

Implementation

UserModel