CurrentTripDataResponse class
Constructors
- CurrentTripDataResponse(GpsModel? currentLocation, TripState? currentTripState, TripState? previousTripState, double? totalDistanceTravelled, int? tripDetectionStartTime, int? tripDuration, GpsModel? tripEndLocation, int? tripEndTime, String? tripId, TripMode? tripMode, GpsModel? tripStartLocation, TripStartMode? tripStartMode, int? tripStartTime)
-
CurrentTripDataResponse.fromJson(Map<
String, dynamic> jsonDecode)
Properties
- currentLocation ↔ GpsModel?
-
getter/setter pair
- currentTripState ↔ TripState?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- previousTripState ↔ TripState?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalDistanceTravelled ↔ double?
-
getter/setter pair
- tripDetectionStartTime ↔ int?
-
getter/setter pair
- tripDuration ↔ int?
-
getter/setter pair
- tripEndLocation ↔ GpsModel?
-
getter/setter pair
- tripEndTime ↔ int?
-
getter/setter pair
- tripId ↔ String?
-
getter/setter pair
- tripMode ↔ TripMode?
-
getter/setter pair
- tripStartLocation ↔ GpsModel?
-
getter/setter pair
- tripStartMode ↔ TripStartMode?
-
getter/setter pair
- tripStartTime ↔ int?
-
getter/setter pair
Methods
-
extractFromNullableModel(
dynamic enumValue, dynamic m) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited