FavouritesDataBase constructor

FavouritesDataBase()

Implementation

FavouritesDataBase() {
  if (_box == null) throw 'You need to initlize it before using';
}