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