SessionDerivedHookMatcher constructor

const SessionDerivedHookMatcher({
  1. required String matcher,
  2. required List<HookCommand> hooks,
  3. String? skillRoot,
})

Implementation

const SessionDerivedHookMatcher({
  required this.matcher,
  required this.hooks,
  this.skillRoot,
});