IndexStorage constructor

IndexStorage(
  1. String gitDir,
  2. FileSystem fs
)

Implementation

IndexStorage(this.gitDir, this.fs);