TourService constructor
TourService(
- TreeService _tree,
- LanguageService _language,
- StorageService _storage
Implementation
TourService(this._tree, this._language, this._storage);