TravelTimeStatistic constructor

TravelTimeStatistic({
  1. int? lowerTravelTimeBand,
  2. int? upperTravelTimeBand,
  3. bool? catchmentOutsideLondonIncluded,
  4. List<ZoneStatistic>? statistics,
})

Implementation

TravelTimeStatistic({
  this.lowerTravelTimeBand,
  this.upperTravelTimeBand,
  this.catchmentOutsideLondonIncluded,
  this.statistics,
});