mayOverflow property
latefinal
High if the counter may overflow.
Implementation
@visibleForTesting
late final Logic mayOverflow = Logic(name: 'mayOverflow')
..gets(_calculateMayOverflow());
High if the counter may overflow.
@visibleForTesting
late final Logic mayOverflow = Logic(name: 'mayOverflow')
..gets(_calculateMayOverflow());