GitSourceProvider constructor
const
GitSourceProvider({
- String gitExecutable = 'git',
- Logger? logger,
Implementation
const GitSourceProvider({this.gitExecutable = 'git', this.logger});