SqliteFormulaRepository constructor

SqliteFormulaRepository(
  1. Database db
)

Creates the repository.

Implementation

SqliteFormulaRepository(this.db);