EffectCommandProbe<A extends Object, E extends Object> constructor
EffectCommandProbe<A extends Object, E extends Object> (
- ValueListenable<
EffectCommandState< command, {A, E> > - bool includeInitial = true,
Implementation
EffectCommandProbe(this.command, {bool includeInitial = true}) {
if (includeInitial) {
_record(command.value);
}
command.addListener(_handleChange);
}