SubscriptionPurchasesDeferResponse.fromJson constructor

SubscriptionPurchasesDeferResponse.fromJson(
  1. Map json_
)

Implementation

SubscriptionPurchasesDeferResponse.fromJson(core.Map json_)
    : this(
        newExpiryTimeMillis: json_.containsKey('newExpiryTimeMillis')
            ? json_['newExpiryTimeMillis'] as core.String
            : null,
      );