HookExecutionEvent constructor
const
HookExecutionEvent({
- required String hookId,
- required String hookName,
- required HookType type,
- required HookContext context,
- required HookResult result,
- required Duration duration,
- Object? error,
- StackTrace? errorStackTrace,
- required DateTime timestamp,
Implementation
const HookExecutionEvent({
required this.hookId,
required this.hookName,
required this.type,
required this.context,
required this.result,
required this.duration,
this.error,
this.errorStackTrace,
required this.timestamp,
});