PodNotifierBase<N extends Pod, T> constructor

PodNotifierBase<N extends Pod, T>(
  1. N notifier,
  2. T reader(
    1. Ref<T>,
    2. N notifier
    )
)

PodNotifierBase constructor..

Implementation

PodNotifierBase(this.notifier, this.reader);