GitDependencyReference constructor
      
      GitDependencyReference({})
     
    
Constructor
Implementation
GitDependencyReference({
  required this.location,
  required this.name,
  required this.prs,
  required this.ref,
  required this.ignore,
});