MatchedStop class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

MatchedStop({String? id, String? url, String? name, double? lat, double? lon, int? routeId, String? parentId, String? stationId, String? icsId, String? topMostParentId, String? direction, String? towards, List<String>? modes, String? stopType, String? stopLetter, String? zone, String? accessibilitySummary, bool? hasDisruption, List<Identifier>? lines, bool? status})
MatchedStop.fromJson(Map<String, dynamic> json)
factory

Properties

accessibilitySummary String?
getter/setter pair
direction String?
getter/setter pair
hasDisruption bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icsId String?
getter/setter pair
id String?
getter/setter pairinherited
lat double?
getter/setter pairinherited
lines List<Identifier>?
getter/setter pair
lon double?
getter/setter pairinherited
modes List<String>?
getter/setter pair
name String?
getter/setter pairinherited
parentId String?
getter/setter pair
routeId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stationId String?
getter/setter pair
status bool?
getter/setter pair
stopLetter String?
getter/setter pair
stopType String?
getter/setter pair
topMostParentId String?
getter/setter pair
towards String?
getter/setter pair
url String?
getter/setter pairinherited
zone String?
getter/setter pair

Methods

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

Operators

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

Static Methods

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