SuperContestEffect class

Annotations
  • @freezed

Constructors

SuperContestEffect(int id, int appeal, @JsonKey(name: 'flavor_text_entries') List<FlavorText> flavorTextEntries, List<NamedAPIResource> moves)
const
factory
SuperContestEffect.fromJson(Json json)
factory

Properties

appeal int
The level of appeal this super contest effect has.
no setterinherited
copyWith → $SuperContestEffectCopyWith<SuperContestEffect>
no setterinherited
flavorTextEntries List<FlavorText>
The flavor text of this super contest effect listed in different languages.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
The identifier for this resource.
no setterinherited
moves List<NamedAPIResource>
A list of moves that have the effect when used in super contests.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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