RequestVerifyPurchaseWithIapkitAppleProps.fromJson constructor
Implementation
factory RequestVerifyPurchaseWithIapkitAppleProps.fromJson(Map<String, dynamic> json) {
return RequestVerifyPurchaseWithIapkitAppleProps(
jws: json['jws'] as String,
);
}