UpdatedPurchaserInfo.fromJson constructor

UpdatedPurchaserInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

UpdatedPurchaserInfo.fromJson(Map<String, dynamic> json)
    : nonSubscriptionsProductIds = List<String>.from(
          json[_GetActivePurchasesResultKeys._nonSubscriptionsProductIds]),
      activePaidAccessLevels = List<String>.from(
          json[_GetActivePurchasesResultKeys._activePaidAccessLevels]),
      activeSubscriptionsIds = List<String>.from(
          json[_GetActivePurchasesResultKeys._activeSubscriptionsIds]);