Trips class

Constructors

Trips()

Properties

createdAt String?
getter/setter pair
endedAt String?
getter/setter pair
events List<Events?>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
metadata ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt String?
getter/setter pair
stop List<Stop?>?
getter/setter pair
syncStatus String?
getter/setter pair
totalDistance ↔ dynamic
getter/setter pair
totalDuration ↔ dynamic
getter/setter pair
totalElevation_gain ↔ dynamic
getter/setter pair
tripState String?
getter/setter pair
updatedAt String?
getter/setter pair
user User?
getter/setter pair

Methods

getEventsMapList(List<Events?> events) List<Map>
getStopList(List<Stop?> stops) List<Map>
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