RouteSequence class

Annotations
  • @JsonSerializable()

Constructors

RouteSequence({String? lineId, String? lineName, String? direction, bool? isOutboundOnly, String? mode, List<String>? lineStrings, List<MatchedStop>? stations, List<StopPointSequence>? stopPointSequences, List<OrderedRoute>? orderedLineRoutes})
RouteSequence.fromJson(Map<String, dynamic> json)
factory

Properties

direction String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOutboundOnly bool?
getter/setter pair
lineId String?
getter/setter pair
lineName String?
getter/setter pair
lineStrings List<String>?
getter/setter pair
mode String?
getter/setter pair
orderedLineRoutes List<OrderedRoute>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stations List<MatchedStop>?
getter/setter pair
stopPointSequences List<StopPointSequence>?
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<RouteSequence>
mapFromJson(Map<String, dynamic> json) Map<String, RouteSequence>