nextChanged property

  1. @override
Future<LogicValueChanged> nextChanged
override

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

Implementation

@override
Future<LogicValueChanged> get nextChanged => changed.first;