ExternalSubscription constructor

ExternalSubscription({
  1. String? subscriptionType,
})

Implementation

ExternalSubscription({
  this.subscriptionType,
});