CreateEventSubscriptionResponse constructor

CreateEventSubscriptionResponse({
  1. EventSubscription? eventSubscription,
})

Implementation

CreateEventSubscriptionResponse({
  this.eventSubscription,
});