GetBranchOutput constructor

GetBranchOutput({
  1. BranchInfo? branch,
})

Implementation

GetBranchOutput({
  this.branch,
});