ExternalPurchaseCustomLinkNoticeResultIOS constructor

const ExternalPurchaseCustomLinkNoticeResultIOS({
  1. required bool continued,
  2. String? error,
})

Implementation

const ExternalPurchaseCustomLinkNoticeResultIOS({
  required this.continued,
  this.error,
});