mayUnderflow property

  1. @visibleForTesting
Logic mayUnderflow
latefinal

High if the counter may underflow.

Implementation

@visibleForTesting
late final Logic mayUnderflow = Logic(name: 'mayUnderflow')
  ..gets(_calculateMayUnderflow());