addOperation method
Explicitly add a CellOperation. Useful if you want to subclass and create your own operations.
Implementation
void addOperation(CellOperation<CellDataType> operation) {
_performedOperations.add(operation);
}
Explicitly add a CellOperation. Useful if you want to subclass and create your own operations.
void addOperation(CellOperation<CellDataType> operation) {
_performedOperations.add(operation);
}