mayOverflow property

  1. @visibleForTesting
Logic mayOverflow
latefinal

High if the counter may overflow.

Implementation

@visibleForTesting
late final Logic mayOverflow = Logic(name: 'mayOverflow')
  ..gets(_calculateMayOverflow());