JsonFormulaRepository constructor

JsonFormulaRepository(
  1. String path
)

Creates a formula repository rooted at path.

Implementation

JsonFormulaRepository(String path) : _store = _JsonDir(path, 'formulas');