HooksWorkflowConfig constructor
const
HooksWorkflowConfig({})
Creates hook config.
Implementation
const HooksWorkflowConfig({
required this.afterCreate,
required this.beforeRun,
required this.afterRun,
required this.beforeRemove,
required this.timeout,
this.shellExecutable,
this.shellArguments,
});