GitTree constructor

GitTree(
  1. String? sha,
  2. String? url,
  3. bool? truncated,
  4. List<GitTreeEntry>? entries,
)

Implementation

GitTree(this.sha, this.url, this.truncated, this.entries);