BranchConfig constructor
BranchConfig({
- required String name,
- String? remote,
- ReferenceName? merge,
Implementation
BranchConfig({required this.name, this.remote, this.merge});