getOperationCount method

int getOperationCount(
  1. T element
)

Gets the operation count for a specific element

Implementation

int getOperationCount(T element) => _operationCount[element] ?? 0;