mayUnderflow property
latefinal
High if the counter may underflow.
Implementation
@visibleForTesting
late final Logic mayUnderflow = Logic(name: 'mayUnderflow')
..gets(_calculateMayUnderflow());
High if the counter may underflow.
@visibleForTesting
late final Logic mayUnderflow = Logic(name: 'mayUnderflow')
..gets(_calculateMayUnderflow());