ObjectStorage constructor

ObjectStorage(
  1. String _gitDir,
  2. FileSystem _fs
)

Implementation

ObjectStorage(this._gitDir, this._fs);