ExternalPurchaseNoticeResultIOS constructor
const
ExternalPurchaseNoticeResultIOS({
- String? error,
- required ExternalPurchaseNoticeAction result,
Implementation
const ExternalPurchaseNoticeResultIOS({
this.error,
required this.result,
});