Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
vehicle_entity.dart
Go to the documentation of this file.
1class VehicleEntity {
2 final int? id;
4 final String? name;
5 final String? vinSn;
6
8 required this.id,
9 required this.licensePlate,
10 required this.name,
11 required this.vinSn,
12 });
13}
final String vinSn
final String name
const VehicleEntity({ required this.id, required this.licensePlate, required this.name, required this.vinSn, })
final String licensePlate
class Partner String