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