Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
vehicle_check_entity.dart
Go to the documentation of this file.
2 final int userId;
3 final String type; // "checkin" or "checkout"
4 final int? vehicleId; // Optional, only required for check-in
5
7 required this.userId,
8 required this.type,
9 this.vehicleId,
10 });
11}
const VehicleCheckEntity({ required this.userId, required this.type, this.vehicleId, })
class Partner String