PartialRoute class

Annotations
  • @JsonSerializable()

Constructors

PartialRoute({Point1? origin, Point1? destination, String? meansOfTransport, List<Disruption>? disruptions, List<PlannedWork>? plannedWorks, List<Point1>? stopSequence, String? type, List<FootPathElement>? footPathElement, List<String>? meansOfTransportOptions})
PartialRoute.fromJson(Map<String, dynamic> json)
factory

Properties

destination Point1?
getter/setter pair
disruptions List<Disruption>?
getter/setter pair
footPathElement List<FootPathElement>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meansOfTransport String?
getter/setter pair
meansOfTransportOptions List<String>?
getter/setter pair
origin Point1?
getter/setter pair
plannedWorks List<PlannedWork>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopSequence List<Point1>?
getter/setter pair
type String?
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<PartialRoute>
mapFromJson(Map<String, dynamic> json) Map<String, PartialRoute>