CreateNotificationSubscriptionResponse constructor

CreateNotificationSubscriptionResponse({
  1. Subscription? subscription,
})

Implementation

CreateNotificationSubscriptionResponse({
  this.subscription,
});