PurchaseStateContext.fromJson constructor
PurchaseStateContext.fromJson(
- Map json_
Implementation
PurchaseStateContext.fromJson(core.Map json_)
: this(purchaseState: json_['purchaseState'] as core.String?);