HookResult constructor
const
HookResult({})
Implementation
const HookResult({
required this.command,
required this.exitCode,
required this.duration,
this.ignored = false,
this.timedOut = false,
});
const HookResult({
required this.command,
required this.exitCode,
required this.duration,
this.ignored = false,
this.timedOut = false,
});