class Car { Car({required this.id, required this.plate}); int id; String plate; }