IaphubBillingStatus.fromJson constructor
Constructor from JSON
Implementation
IaphubBillingStatus.fromJson(Map<String, dynamic> json)
: error =
json["error"] != null ? IaphubError.fromJson(json["error"]) : null,
filteredProductIds = (json["filteredProductIds"] ?? []).cast<String>();