OrderedAsyncValueNotifier<T> constructor

OrderedAsyncValueNotifier<T>(
  1. T _value
)

Implementation

OrderedAsyncValueNotifier(this._value);