BaseEventSubscriptionBuilder<TInput, TOutput> constructor

BaseEventSubscriptionBuilder<TInput, TOutput>({
  1. required EventSubscriptionBuilder<TInput> parent,
})

Creates a new EventSubscriptionBuilder.

Implementation

BaseEventSubscriptionBuilder({
  required this.parent,
});