equizz
player_database_stats
Easy
Easy constructor
Easy
Easy
constructor
Null safety
Easy
(
{
required
int
questionsAnswered
,
required
int
questionsRightAnswered
}
)
Implementation
Easy({required this.questionsAnswered, required this.questionsRightAnswered});
equizz
player_database_stats
Easy
Easy constructor
Easy class
Constructors
Easy
fromJson
Properties
hashCode
questionsAnswered
questionsRightAnswered
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==