BranchInfo constructor

BranchInfo({
  1. String? branchName,
  2. String? commitId,
})

Implementation

BranchInfo({
  this.branchName,
  this.commitId,
});