CardIdentifierIllustrationId class

Finds the preferred scans of cards with the specified illustration_id.

Implemented types
Annotations
  • @JsonSerializable(createToJson: true)

Constructors

CardIdentifierIllustrationId(String illustrationId)
Constructs a CardIdentifierIllustrationId by settings its properties.
const
CardIdentifierIllustrationId.fromJson(Map<String, dynamic> json)
Constructs a CardIdentifierIllustrationId from JSON.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
illustrationId String
The illustration_id of a card.
final
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>
Converts a CardIdentifierIllustrationId to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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