Cards constructor

Cards({
  1. String? tokenId,
  2. String? cardMask,
  3. String? cardExpire,
  4. String? cardType,
})

Implementation

Cards({
    this.tokenId,
    this.cardMask,
    this.cardExpire,
    this.cardType,});