ContestComboSets class

Annotations
  • @freezed

Constructors

ContestComboSets(ContestComboDetail normal, @JsonKey(name: 'super') ContestComboDetail superMove)
const
factory
ContestComboSets.fromJson(Json json)
factory

Properties

copyWith → $ContestComboSetsCopyWith<ContestComboSets>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
normal ContestComboDetail
A detail of moves this move can be used before or after, granting additional appeal points in contests.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
superMove ContestComboDetail
A detail of moves this move can be used before or after, granting additional appeal points in super contests.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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