totalOperations property
int
get
totalOperations
Gets the total number of operations performed
Implementation
int get totalOperations => _operationHistory.length;
Gets the total number of operations performed
int get totalOperations => _operationHistory.length;