TrackerWorkflowConfig constructor
const
TrackerWorkflowConfig({})
Creates tracker workflow config.
Implementation
const TrackerWorkflowConfig({
required this.kind,
required this.endpoint,
required this.apiKey,
required this.projectSlug,
required this.activeStates,
required this.terminalStates,
});