ValueNotifier<T> constructor

ValueNotifier<T>(
  1. T value
)

Implementation

ValueNotifier(T value) : _value = value;