HookStats constructor
const
HookStats({})
Implementation
const HookStats({
required this.totalExecutions,
required this.executionsByType,
required this.avgDuration,
required this.failureCount,
required this.abortCount,
this.lastExecution,
this.executionsByHookId = const {},
});