glitch property

  1. @override
SynchronousEmitter<LogicValueChanged> glitch
latefinal

A stream of LogicValueChanged events for every time the signal transitions at any time during a Simulator tick.

This event can occur more than once per edge, or even if there is no edge.

Implementation

@override
late final SynchronousEmitter<LogicValueChanged> glitch =
    _internalPacked.glitch;