ImageStatus enum

The status of the image data of a card.

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

Constructors

ImageStatus()
const

Values

missing → const ImageStatus

The card has no image, or the image is being processed. This value should only be temporary for very new cards.

placeholder → const ImageStatus

Scryfall doesn’t have an image of this card, but we know it exists and we have uploaded a placeholder in the meantime. This value is most common on localized cards.

lowres → const ImageStatus

The card’s image is low-quality, either because it was just spoiled or we don’t have better photography for it yet.

highresScan → const ImageStatus

This card has a full-resolution scanner image. Crisp and glossy!

unknown → const ImageStatus

Unknown image status.

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<ImageStatus>
A constant List of the values in this enum, in order of their declaration.