TurboNotifier<T> constructor
TurboNotifier<T> (
- T _value, {
- bool forceUpdate = false,
Implementation
TurboNotifier(
this._value, {
bool forceUpdate = false,
}) : _forceUpdate = forceUpdate;