HookStepModel constructor
HookStepModel({})
Implementation
HookStepModel({
required this.name,
required this.command,
this.env,
this.workingDirectory,
this.timeout,
this.allowFailure = false,
this.description,
});