UVehicleResponse constructor
UVehicleResponse({})
Implementation
UVehicleResponse({
required this.licencePlate,
required this.tags,
required this.id,
required this.jsonData,
required this.createdAt,
required this.adminUserIds,
this.brand,
this.title,
this.color,
this.creator,
this.creatorId,
});