AvailableWorkflowTriggerTypes constructor

AvailableWorkflowTriggerTypes({
  1. String? description,
  2. String? name,
  3. String? type,
})

Implementation

AvailableWorkflowTriggerTypes({this.description, this.name, this.type});