ExternalPurchaseCustomLinkNoticeResultIOS.fromJson constructor
Implementation
factory ExternalPurchaseCustomLinkNoticeResultIOS.fromJson(Map<String, dynamic> json) {
return ExternalPurchaseCustomLinkNoticeResultIOS(
continued: json['continued'] as bool,
error: json['error'] as String?,
);
}