ScoreData class
- Annotations
-
- @JsonSerializable()
Constructors
-
ScoreData({required List<
Score> scores, required Detail detail}) - ScoreData.empty()
-
factory
-
ScoreData.fromJson(Map<
String, dynamic> json) -
factory
- ScoreData.fromRawJson(String str)
-
factory
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited