TurboNotifier<T> constructor

TurboNotifier<T>(
  1. T _value, {
  2. bool forceUpdate = false,
})

Implementation

TurboNotifier(
  this._value, {
  bool forceUpdate = false,
}) : _forceUpdate = forceUpdate;