HazardService constructor

HazardService(
  1. MapboxApiService _mapboxService,
  2. ReportService _reportService, {
  3. bool combineResults = true,
})

//////////// ////////////

Implementation

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