isValidInDeck property

bool isValidInDeck

Whether the card is valid in a deck.

This is true for all cards except UpgradeCard.token.

Implementation

bool get isValidInDeck => true;