Informer<T> constructor

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

Implementation

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