orderInSet property

  1. @nonVirtual
int orderInSet
final

Within the set, the card's number from 1 to CardSet.totalCards.

If this card is a TokenCard, this is the token's number from 1 to the number of tokens in the set, CardSet.totalTokens.

Implementation

@nonVirtual
final int orderInSet;