notExecutedOperationsSize property

int notExecutedOperationsSize

Implementation

int get notExecutedOperationsSize =>
    _operations.length - _executedOperations.length;