SessionDerivedHookMatcher constructor
const
SessionDerivedHookMatcher({
- required String matcher,
- required List<
HookCommand> hooks, - String? skillRoot,
Implementation
const SessionDerivedHookMatcher({
required this.matcher,
required this.hooks,
this.skillRoot,
});