nextChanged property
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;
Triggers at most once, the next time that this Logic changes value at the end of a Simulator tick.
@override
Future<LogicValueChanged> get nextChanged => changed.first;