TimetableResponse class

Annotations
  • @JsonSerializable()

Constructors

TimetableResponse({String? lineId, String? lineName, String? direction, String? pdfUrl, List<MatchedStop>? stations, List<MatchedStop>? stops, Timetable? timetable, Disambiguation2? disambiguation, String? statusErrorMessage})
TimetableResponse.fromJson(Map<String, dynamic> json)
factory

Properties

direction String?
getter/setter pair
disambiguation Disambiguation2?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineId String?
getter/setter pair
lineName String?
getter/setter pair
pdfUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stations List<MatchedStop>?
getter/setter pair
statusErrorMessage String?
getter/setter pair
stops List<MatchedStop>?
getter/setter pair
timetable Timetable?
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<TimetableResponse>
mapFromJson(Map<String, dynamic> json) Map<String, TimetableResponse>