FValueNotifier<T> constructor
FValueNotifier<T> (
- T _value
Creates a FValueNotifier.
Implementation
FValueNotifier(super._value);
Creates a FValueNotifier.
FValueNotifier(super._value);