noMoreLocked property

bool noMoreLocked

State lock when no more.

Implementation

bool get noMoreLocked =>
    !_canProcessAfterNoMore &&
    _result == IndicatorResult.noMore &&
    _mode == IndicatorMode.inactive;