GooglePlayPurchaseStatus.fromJson constructor

GooglePlayPurchaseStatus.fromJson(
  1. Map json
)

Implementation

GooglePlayPurchaseStatus.fromJson(Map json)
    : kind = json['kind'],
      purchaseTimeMillis = json['purchaseTimeMillis'],
      purchaseState = json['purchaseState'],
      consumptionState = json['consumptionState'],
      developerPayload = json['developerPayload'];