CardTokenInfo constructor

CardTokenInfo({
  1. String? token,
  2. String? cardNo,
  3. String? expiryDate,
  4. String? name,
  5. String? email,
  6. String? status,
  7. String? iconUrl,
  8. String? logoUrl,
})

Implementation

CardTokenInfo({
  this.token,
  this.cardNo,
  this.expiryDate,
  this.name,
  this.email,
  this.status,
  this.iconUrl,
  this.logoUrl,
});