Scores class abstract

Constructors

Scores([dynamic updates(ScoresBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score1 Score
no setter
score2 Score
no setter
score3 Score
no setter
score4 Score
no setter
score5 Score
no setter
score6 Score
no setter
score7 Score
no setter
score8 Score
no setter
score9 Score
no setter
score10 Score
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ScoresBuilder)) Scores
Rebuilds the instance.
inherited
toBuilder() ScoresBuilder
Converts the instance to a builder B.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Scores>
no setter

Static Methods

fromJson(Map<String, dynamic> jsonMap) Scores