OtherRegionsSubscriptionOfferConfig.fromJson constructor
OtherRegionsSubscriptionOfferConfig.fromJson(
- Map json_
Implementation
OtherRegionsSubscriptionOfferConfig.fromJson(core.Map json_)
: this(
otherRegionsNewSubscriberAvailability:
json_.containsKey('otherRegionsNewSubscriberAvailability')
? json_['otherRegionsNewSubscriberAvailability'] as core.bool
: null,
);