CardType constructor

const CardType(
  1. String cardName,
  2. String? cardKey
)

Implementation

const CardType(this.cardName, this.cardKey);