Branch constructor

Branch(
  1. String branchName,
  2. Repository repository
)

Implementation

Branch(this.branchName, this.repository);