GitFileSource constructor
      
      GitFileSource({})
     
    
    
Implementation
GitFileSource({
  this.bitbucketServerConfig,
  this.githubEnterpriseConfig,
  this.path,
  this.repoType,
  this.repository,
  this.revision,
  this.uri,
});