GitSource constructor

GitSource({
  1. String? dir,
  2. String? revision,
  3. String? url,
})

Implementation

GitSource({
  this.dir,
  this.revision,
  this.url,
});