GitObject constructor

GitObject(
  1. String? type,
  2. String? sha,
  3. String? url
)

Implementation

GitObject(this.type, this.sha, this.url);