CommitInfo constructor

CommitInfo(
  1. String? sha,
  2. GitTree? tree
)

Implementation

CommitInfo(this.sha, this.tree);