Branch constructor

Branch({
  1. String? ref,
  2. String? sha,
})

Implementation

Branch({this.ref, this.sha});