ContestComboDetail class

Annotations
  • @freezed

Constructors

ContestComboDetail(@JsonKey(name: 'use_before') List<NamedAPIResource>? useBefore, @JsonKey(name: 'use_after') List<NamedAPIResource>? useAfter)
const
factory
ContestComboDetail.fromJson(Json json)
factory

Properties

copyWith → $ContestComboDetailCopyWith<ContestComboDetail>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useAfter List<NamedAPIResource>?
A list of moves to use after this move.
no setterinherited
useBefore List<NamedAPIResource>?
A list of moves to use before this move.
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