CardIdentifierOracleId class

Finds the newest edition of cards with the specified oracle_id.

Implemented types
Annotations
  • @JsonSerializable(createToJson: true)

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
oracleId String
The oracle_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 CardIdentifierOracleId to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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