CurrentTripDataResponse constructor
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,
Implementation
CurrentTripDataResponse(
this.currentLocation,
this.currentTripState,
this.previousTripState,
this.totalDistanceTravelled,
this.tripDetectionStartTime,
this.tripDuration,
this.tripEndLocation,
this.tripEndTime,
this.tripId,
this.tripMode,
this.tripStartLocation,
this.tripStartMode,
this.tripStartTime);