RollupMode enum

The RollupMode specifies if Scryfall should remove “duplicate” results in your query.

Inheritance

Constructors

RollupMode()
const

Values

cards → const RollupMode

Removes duplicate gameplay objects (cards that share a name and have the same functionality).

For example, if your search matches more than one print of Pacifism, only one copy of Pacifism will be returned.

art → const RollupMode

Returns only one copy of each unique artwork for matching cards.

For example, if your search matches more than one print of Pacifism, one card with each different illustration for Pacifism will be returned, but any cards that duplicate artwork already in the results will be omitted.

prints → const RollupMode

Returns all prints for all cards matched (disables rollup).

For example, if your search matches more than one print of Pacifism, all matching prints will be returned.

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