TOperation constructor

TOperation(
  1. String name,
  2. bool nonCollectionOperation, [
  3. List? parameters
])

Implementation

TOperation(this.name, this.nonCollectionOperation, [this.parameters])
    : super._();