StopPointSequence class

Annotations
  • @JsonSerializable()

Constructors

StopPointSequence({String? lineId, String? lineName, String? direction, int? branchId, List<int>? nextBranchIds, List<int>? prevBranchIds, List<MatchedStop>? stopPoint, String? serviceType})
StopPointSequence.fromJson(Map<String, dynamic> json)
factory

Properties

branchId int?
getter/setter pair
direction String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineId String?
getter/setter pair
lineName String?
getter/setter pair
nextBranchIds List<int>?
getter/setter pair
prevBranchIds List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceType String?
getter/setter pair
stopPoint List<MatchedStop>?
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<StopPointSequence>
mapFromJson(Map<String, dynamic> json) Map<String, StopPointSequence>