MealDatabaseRepo constructor
- DatabaseWrapper _databaseWrapper
Constructor for MealDatabaseRepo.
_databaseWrapper: The database wrapper instance that handles initialization and database connection.
Implementation
MealDatabaseRepo(this._databaseWrapper);