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