RequestVerifyPurchaseWithIapkitAppleProps.fromJson constructor

RequestVerifyPurchaseWithIapkitAppleProps.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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