RemoteBranch constructor

RemoteBranch(
  1. Branch branch,
  2. Remote remote
)

Implementation

RemoteBranch(this.branch, this.remote);