Frame enum

The card frame used for the re/print in question.

The overall Magic frame has gone though several major revisions in the game’s lifetime.

Inheritance
Annotations
  • @JsonEnum(fieldRename: FieldRename.snake)

Constructors

Frame()
const

Values

classic_1993 → const Frame

The original Magic card frame, starting from Limited Edition Alpha.

classicUpdated_1997 → const Frame

The updated classic frame starting from Mirage block.

modern_2003 → const Frame

The “modern” Magic card frame, introduced in Eighth Edition and Mirrodin block.

modernHoloFoilStamp_2015 → const Frame

The holofoil-stamp Magic card frame, introduced in Magic 2015.

future → const Frame

The frame used on cards from the future.

unknown → const Frame

Unknown frame.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<Frame>
A constant List of the values in this enum, in order of their declaration.