VehicleDTO constructor
VehicleDTO({})
Implementation
VehicleDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.licensePlate,
this.brand,
this.model,
this.year,
this.chauffeurName,
this.chauffeurSurname,
this.chauffeurPhoneNumber});