HazardService constructor
- MapboxApiService _mapboxService,
- ReportService _reportService, {
- bool combineResults = true,
//////////// ////////////
Implementation
// II.B - Constructor
///////////////
HazardService(this._mapboxService, this._reportService, {bool combineResults = true})
: _combineResults = combineResults;