Operation constructor

Operation(
  1. String name,
  2. String description, [
  3. List<OperationParameter>? _parameters
])

Implementation

Operation(this.name, this.description, [this._parameters]);