AutomationQuery constructor

const AutomationQuery({
  1. String? workspaceId,
  2. AutomationTriggerType? triggerType,
  3. bool? enabled,
  4. int? limit,
})

Implementation

const AutomationQuery({
  this.workspaceId,
  this.triggerType,
  this.enabled,
  this.limit,
});