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