BranchConfig constructor

BranchConfig({
  1. required String name,
  2. String? remote,
  3. ReferenceName? merge,
})

Implementation

BranchConfig({required this.name, this.remote, this.merge});