changed property
A Stream of LogicValueChanged events which triggers at most once per Simulator tick, iff the value of the Logic has changed.
Implementation
Stream<LogicValueChanged> get changed => _wire.changed;
A Stream of LogicValueChanged events which triggers at most once per Simulator tick, iff the value of the Logic has changed.
Stream<LogicValueChanged> get changed => _wire.changed;