RoadDisruption class

Annotations
  • @JsonSerializable()

Constructors

RoadDisruption({String? id, String? url, String? point, String? severity, int? ordinal, String? category, String? subCategory, String? comments, String? currentUpdate, DateTime? currentUpdateDateTime, List<String>? corridorIds, DateTime? startDateTime, DateTime? endDateTime, DateTime? lastModifiedTime, String? levelOfInterest, String? location, String? status, List<Street>? streets, bool? isProvisional, bool? hasClosures, String? linkText, String? linkUrl, RoadProject? roadProject, DateTime? publishStartDate, DateTime? publishEndDate, String? timeFrame, List<RoadDisruptionLine>? roadDisruptionLines, List<RoadDisruptionImpactArea>? roadDisruptionImpactAreas, List<RoadDisruptionSchedule>? recurringSchedules})
RoadDisruption.fromJson(Map<String, dynamic> json)
factory

Properties

category String?
getter/setter pair
comments String?
getter/setter pair
corridorIds List<String>?
getter/setter pair
currentUpdate String?
getter/setter pair
currentUpdateDateTime DateTime?
getter/setter pair
endDateTime DateTime?
getter/setter pair
hasClosures bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
isProvisional bool?
getter/setter pair
lastModifiedTime DateTime?
getter/setter pair
levelOfInterest String?
getter/setter pair
linkText String?
getter/setter pair
linkUrl String?
getter/setter pair
location String?
getter/setter pair
ordinal int?
getter/setter pair
point String?
getter/setter pair
publishEndDate DateTime?
getter/setter pair
publishStartDate DateTime?
getter/setter pair
recurringSchedules List<RoadDisruptionSchedule>?
getter/setter pair
roadDisruptionImpactAreas List<RoadDisruptionImpactArea>?
getter/setter pair
roadDisruptionLines List<RoadDisruptionLine>?
getter/setter pair
roadProject RoadProject?
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
status String?
getter/setter pair
streets List<Street>?
getter/setter pair
subCategory String?
getter/setter pair
timeFrame String?
getter/setter pair
url 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

Static Methods

listFromJson(List json) List<RoadDisruption>
mapFromJson(Map<String, dynamic> json) Map<String, RoadDisruption>