GetBranchResult constructor

GetBranchResult({
  1. required Branch branch,
})

Implementation

GetBranchResult({
  required this.branch,
});