Routes class

Constructors

Routes({dynamic metadata, dynamic activity, required dynamic speed, required dynamic altitude, required dynamic distance, required dynamic duration, required dynamic elevationGain, Coordinates? coordinates, dynamic recordedAt, dynamic locationId})

Properties

activity ↔ dynamic
getter/setter pair
altitude ↔ dynamic
getter/setter pair
coordinates Coordinates?
getter/setter pair
distance ↔ dynamic
getter/setter pair
duration ↔ dynamic
getter/setter pair
elevationGain ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationId ↔ dynamic
getter/setter pair
metadata ↔ dynamic
getter/setter pair
recordedAt ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed ↔ dynamic
getter/setter pair

Methods

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

Operators

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