IndividualTransportOptions class

Annotations
  • @JsonSerializable()

Constructors

IndividualTransportOptions({String? walkingSpeed, String? cycleType, bool? wheelchair, String? arrivalMeansOfTransport, int? arrivalMeansOfTransportMaximumTime, String? departureMeansOfTransport, int? departureMeansOfTransportMaximumTime, String? meansOfTransport, int? meansOfTransportMaximumTime})
IndividualTransportOptions.fromJson(Map<String, dynamic> json)
factory

Properties

arrivalMeansOfTransport String?
getter/setter pair
arrivalMeansOfTransportMaximumTime int?
getter/setter pair
cycleType String?
getter/setter pair
departureMeansOfTransport String?
getter/setter pair
departureMeansOfTransportMaximumTime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meansOfTransport String?
getter/setter pair
meansOfTransportMaximumTime int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walkingSpeed String?
getter/setter pair
wheelchair bool?
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