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