GitService constructor

const GitService({
  1. required Logger logger,
  2. required FileSystem fs,
  3. required bool debug,
  4. required Process process,
})

Implementation

const GitService({
  required this.logger,
  required this.fs,
  required this.debug,
  required this.process,
});