menu
neomage package
documentation
data/hooks/hook_executor.dart
HookStats
executionsByHookId property
executionsByHookId property
dark_mode
light_mode
executionsByHookId
property
Map
<
String
,
int
>
executionsByHookId
final
Execution count broken down by individual hook ID.
Implementation
final Map<String, int> executionsByHookId;
neomage package
documentation
data/hooks/hook_executor
HookStats
executionsByHookId property
HookStats class