ConfigurationOperationType constructor

ConfigurationOperationType({
  1. String? id,
  2. String? type,
  3. OperationTypeWorkflow? workflow,
})

Returns a new ConfigurationOperationType instance.

Implementation

ConfigurationOperationType({
  this.id,
  this.type,
  this.workflow,
});