UserModel constructor
Constructor
Implementation
const UserModel(
{this.id, required this.email, this.password, required this.userName, required this.fullName, this.createdAt, this.updatedAt, this.fitnessLevel, this.completedExercises, this.profilePicture, this.role});