RouteSearchMatch class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

RouteSearchMatch({String? id, String? url, String? name, double? lat, double? lon, String? lineId, String? mode, String? lineName, List<LineRouteSection>? lineRouteSection, List<MatchedRouteSections>? matchedRouteSections, List<MatchedStop>? matchedStops})
RouteSearchMatch.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
lat double?
getter/setter pairinherited
lineId String?
getter/setter pair
lineName String?
getter/setter pair
lineRouteSection List<LineRouteSection>?
getter/setter pair
lon double?
getter/setter pairinherited
matchedRouteSections List<MatchedRouteSections>?
getter/setter pair
matchedStops List<MatchedStop>?
getter/setter pair
mode String?
getter/setter pair
name String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
getter/setter pairinherited

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<RouteSearchMatch>
override
mapFromJson(Map<String, dynamic> json) Map<String, RouteSearchMatch>
override