BashCommandHook constructor
const
BashCommandHook({})
Implementation
const BashCommandHook({
required this.command,
this.shell = 'bash',
this.async = false,
this.ifFilter,
this.timeout,
this.statusMessage,
this.once = false,
});