TypeRelationsPast class

Annotations
  • @freezed

Constructors

TypeRelationsPast(NamedAPIResource generation, @JsonKey(name: 'damage_relations') TypeRelations damageRelations)
const
factory
TypeRelationsPast.fromJson(Json json)
factory

Properties

copyWith → $TypeRelationsPastCopyWith<TypeRelationsPast>
no setterinherited
damageRelations TypeRelations
The damage relations the referenced type had up to and including the listed generation
no setterinherited
generation NamedAPIResource
The last generation in which the referenced type had the listed damage relations
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

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