MapService constructor
MapService(
- TourService _tour,
- StorageService _storage
Implementation
MapService(this._tour, this._storage);
MapService(this._tour, this._storage);