DisruptedStreetSegment constructor

DisruptedStreetSegment({
  1. String? streetName,
  2. String? closure,
  3. String? directions,
  4. String? lineString,
  5. String? distruptedStreetId,
  6. String? disruptionId,
  7. double? startLat,
  8. double? startLon,
  9. double? endLat,
  10. double? endLon,
  11. String? severity,
  12. String? category,
  13. String? subCategory,
  14. String? comments,
  15. DateTime? startDateTime,
  16. DateTime? endDateTime,
  17. String? levelOfInterest,
  18. String? location,
  19. List<RoadDisruptionSchedule>? recurringSchedules,
})

Implementation

DisruptedStreetSegment({
  this.streetName,
  this.closure,
  this.directions,
  this.lineString,
  this.distruptedStreetId,
  this.disruptionId,
  this.startLat,
  this.startLon,
  this.endLat,
  this.endLon,
  this.severity,
  this.category,
  this.subCategory,
  this.comments,
  this.startDateTime,
  this.endDateTime,
  this.levelOfInterest,
  this.location,
  this.recurringSchedules,
});