GitHash.zero constructor

GitHash.zero()

Implementation

GitHash.zero() {
  _bytes = Uint8List(0);
}