GitClient constructor

GitClient(
  1. String workingDir
)

Implementation

factory GitClient(String workingDir) => _GitClientCache(workingDir);