HookEndEvent constructor
const
HookEndEvent({})
Implementation
const HookEndEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.hookInvocationId,
required this.hookType,
this.output,
required this.success,
this.error,
}) : super(type: 'hook.end');