LookupData constructor

LookupData({
  1. String? brand,
  2. String? cardType,
  3. String? firstSixDigits,
  4. String? issuer,
  5. String? issuerCountry,
  6. String? issuerCountryCode,
  7. String? product,
})

Implementation

LookupData({
  this.brand,
  this.cardType,
  this.firstSixDigits,
  this.issuer,
  this.issuerCountry,
  this.issuerCountryCode,
  this.product,
});