Branch constructor

const Branch({
  1. required String branchName,
  2. String? remote,
})

Implementation

const Branch({required this.branchName, this.remote});