RoadProject class

Annotations
  • @JsonSerializable()

Constructors

RoadProject({String? projectId, String? schemeName, String? projectName, String? projectDescription, String? projectPageUrl, String? consultationPageUrl, DateTime? consultationStartDate, DateTime? consultationEndDate, DateTime? constructionStartDate, DateTime? constructionEndDate, List<String>? boroughsBenefited, String? cycleSuperhighwayId, String? phase, String? contactName, String? contactEmail, String? externalPageUrl, String? projectSummaryPageUrl})
RoadProject.fromJson(Map<String, dynamic> json)
factory

Properties

boroughsBenefited List<String>?
getter/setter pair
constructionEndDate DateTime?
getter/setter pair
constructionStartDate DateTime?
getter/setter pair
consultationEndDate DateTime?
getter/setter pair
consultationPageUrl String?
getter/setter pair
consultationStartDate DateTime?
getter/setter pair
contactEmail String?
getter/setter pair
contactName String?
getter/setter pair
cycleSuperhighwayId String?
getter/setter pair
externalPageUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phase String?
getter/setter pair
projectDescription String?
getter/setter pair
projectId String?
getter/setter pair
projectName String?
getter/setter pair
projectPageUrl String?
getter/setter pair
projectSummaryPageUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemeName 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<RoadProject>
mapFromJson(Map<String, dynamic> json) Map<String, RoadProject>