changed property

Stream<LogicValueChanged> changed

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;