CommandHook constructor
const
CommandHook({})
Implementation
const CommandHook({
required this.command,
this.shell,
super.condition,
super.timeoutSeconds,
super.async_,
super.once,
});
const CommandHook({
required this.command,
this.shell,
super.condition,
super.timeoutSeconds,
super.async_,
super.once,
});