MapService constructor

MapService(
  1. TourService _tour,
  2. StorageService _storage
)

Implementation

MapService(this._tour, this._storage);