Issuer constructor

Issuer({
  1. CallbackOptions? callbackOptions,
  2. IssuerContactInfo? contactInfo,
  3. String? homepageUrl,
  4. String? issuerId,
  5. String? name,
  6. SmartTapMerchantData? smartTapMerchantData,
})

Implementation

Issuer({
  this.callbackOptions,
  this.contactInfo,
  this.homepageUrl,
  this.issuerId,
  this.name,
  this.smartTapMerchantData,
});