branch method

BranchConfig? branch(
  1. String name
)

Implementation

BranchConfig? branch(String name) => branches[name];