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