Branch constructor

Branch(
  1. String? name,
  2. CommitData? commit
)

Implementation

Branch(this.name, this.commit);