PodNotifier<T> constructor

PodNotifier<T>(
  1. T _value
)

Creates a new Pod from the given value.

Implementation

PodNotifier(this._value);