GitDependency constructor

GitDependency(
  1. Uri url, {
  2. String? ref,
  3. String? path,
})

Implementation

GitDependency(this.url, {this.ref, this.path}) : super._();