HookExecutor constructor
const
HookExecutor(
- Hook hook, {
- required Stdout stdout,
- required String hookName,
- required Logger logger,
- required GitService gitService,
- required bool debug,
Implementation
const HookExecutor(
this.hook, {
required this.stdout,
required this.hookName,
required this.logger,
required this.gitService,
required this.debug,
});