ExternalPurchaseCustomLinkTokenResultIOS constructor

const ExternalPurchaseCustomLinkTokenResultIOS({
  1. String? error,
  2. String? token,
})

Implementation

const ExternalPurchaseCustomLinkTokenResultIOS({
  this.error,
  this.token,
});