HookExecutor constructor

const HookExecutor(
  1. Hook hook, {
  2. required Stdout stdout,
  3. required String hookName,
  4. required Logger logger,
  5. required GitService gitService,
  6. required bool debug,
})

Implementation

const HookExecutor(
  this.hook, {
  required this.stdout,
  required this.hookName,
  required this.logger,
  required this.gitService,
  required this.debug,
});