ExternalSubscription.fromJson constructor
ExternalSubscription.fromJson(
- Map json_
Implementation
ExternalSubscription.fromJson(core.Map json_)
: this(
subscriptionType: json_['subscriptionType'] as core.String?,
);