RoadCorridor constructor

RoadCorridor({
  1. String? id,
  2. String? displayName,
  3. String? group,
  4. String? statusSeverity,
  5. String? statusSeverityDescription,
  6. String? bounds,
  7. String? envelope,
  8. DateTime? statusAggregationStartDate,
  9. DateTime? statusAggregationEndDate,
  10. String? url,
})

Implementation

RoadCorridor({
  this.id,
  this.displayName,
  this.group,
  this.statusSeverity,
  this.statusSeverityDescription,
  this.bounds,
  this.envelope,
  this.statusAggregationStartDate,
  this.statusAggregationEndDate,
  this.url,
});