nextChanged property

Future<LogicValueChanged> nextChanged

Triggers at most once, the next time that this Logic changes value at the end of a Simulator tick.

Implementation

Future<LogicValueChanged> get nextChanged => _wire.nextChanged;