equizz
player_info
DurationInformation
DurationInformation constructor
DurationInformation
DurationInformation
constructor
Null safety
DurationInformation
(
{
Large
?
large
,
Large
?
mid
,
Large
?
marathon
,
Large
?
fast
}
)
Implementation
DurationInformation({this.large, this.mid, this.marathon, this.fast});
equizz
player_info
DurationInformation
DurationInformation constructor
DurationInformation class
Constructors
DurationInformation
fromJson
Properties
fast
hashCode
large
marathon
mid
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==