GitReference constructor

const GitReference(
  1. String url, [
  2. String? ref,
  3. String? path
])

Implementation

const GitReference(this.url, [this.ref, this.path]);