GitBlob constructor

GitBlob(
  1. Uint8List blobData,
  2. GitHash? _hash
)

Implementation

GitBlob(this.blobData, this._hash);