Dispatcher<N extends ReduxNotifier<T>, T>.ofNotifier constructor

Dispatcher<N extends ReduxNotifier<T>, T>.ofNotifier(
  1. N notifier
)

Creates a Dispatcher from a notifier.

Implementation

Dispatcher.ofNotifier(this.notifier)
    : debugOrigin = notifier.debugLabel,
      debugOriginRef = notifier;