TePacket constructor
TePacket({})
TePacket is the Trip end packet.
This packet is part of the packet sent between Layrz services to identify trips.
Implementation
TePacket({
required this.timestamp,
required this.tripId,
required this.distanceTraveled,
required this.maxSpeed,
required this.duration,
});