MergeBranchesByFastForwardOutput constructor

MergeBranchesByFastForwardOutput({
  1. String? commitId,
  2. String? treeId,
})

Implementation

MergeBranchesByFastForwardOutput({
  this.commitId,
  this.treeId,
});