isToken property

  1. @nonVirtual
bool isToken
final

Whether the card is a token upgrade.

These cards are not part of the main deck, but are instead used to represent ephemeral upgrades, such as "Experience" or "Shield". Tokens do not have aspects, are treated separate from other cards with the same orderInSet and always have a cost of 0.

Implementation

@nonVirtual
final bool isToken;