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