OperationStore constructor
OperationStore({
- int capacity = 200,
Creates a store retaining capacity finished operations.
Implementation
OperationStore({this.capacity = 200});
Creates a store retaining capacity finished operations.
OperationStore({this.capacity = 200});