OtherRegionsSubscriptionOfferConfig.fromJson constructor

OtherRegionsSubscriptionOfferConfig.fromJson(
  1. Map json_
)

Implementation

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