DisruptedStreetSegment class

Annotations
  • @JsonSerializable()

Constructors

DisruptedStreetSegment({String? streetName, String? closure, String? directions, String? lineString, String? distruptedStreetId, String? disruptionId, double? startLat, double? startLon, double? endLat, double? endLon, String? severity, String? category, String? subCategory, String? comments, DateTime? startDateTime, DateTime? endDateTime, String? levelOfInterest, String? location, List<RoadDisruptionSchedule>? recurringSchedules})
DisruptedStreetSegment.fromJson(Map<String, dynamic> json)
factory

Properties

category String?
getter/setter pair
closure String?
getter/setter pair
comments String?
getter/setter pair
directions String?
getter/setter pair
disruptionId String?
getter/setter pair
distruptedStreetId String?
getter/setter pair
endDateTime DateTime?
getter/setter pair
endLat double?
getter/setter pair
endLon double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
levelOfInterest String?
getter/setter pair
lineString String?
getter/setter pair
location String?
getter/setter pair
recurringSchedules List<RoadDisruptionSchedule>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
getter/setter pair
startDateTime DateTime?
getter/setter pair
startLat double?
getter/setter pair
startLon double?
getter/setter pair
streetName String?
getter/setter pair
subCategory String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited