HookMatcher constructor

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

Implementation

const HookMatcher({this.matcher, required this.hooks, this.source});