HookStep constructor
const
HookStep({})
Implementation
const HookStep({
required this.command,
this.arguments = const [],
this.workingDirectory,
this.environment = const {},
this.timeout,
this.on = HookOn.always,
this.continueOnError = false,
});