MFCardInfo constructor

MFCardInfo({
  1. String? number,
  2. String? expiryMonth,
  3. String? expiryYear,
  4. String? brand,
  5. String? issuer,
})

Implementation

MFCardInfo(
    {this.number,
    this.expiryMonth,
    this.expiryYear,
    this.brand,
    this.issuer});