PurchaseStateContext.fromJson constructor

PurchaseStateContext.fromJson(
  1. Map json_
)

Implementation

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