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