HookResponseEvent constructor
const
HookResponseEvent({})
Implementation
const HookResponseEvent({
required this.hookId,
required this.hookName,
required this.hookEvent,
required this.output,
required this.stdout,
required this.stderr,
this.exitCode,
required this.outcome,
});