CardIdentifierSetName class

Finds a card matching the specified set and name.

Implemented types
Annotations
  • @JsonSerializable(createToJson: true)

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of a card.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
set String
The set code of a card.
final

Methods

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

Operators

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