ReviewScore class abstract

Constructors

ReviewScore([dynamic updates(ReviewScoreBuilder b)])
factory

Properties

animation int?
no setter
art int?
no setter
character int
no setter
enjoyment int
no setter
hashCode int
The hash code for this object.
no setterinherited
overall int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound int?
no setter
story int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ReviewScoreBuilder)) ReviewScore
Rebuilds the instance.
inherited
toBuilder() ReviewScoreBuilder
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<ReviewScore>
no setter

Static Methods

fromJson(Map<String, dynamic> jsonMap) ReviewScore