UParkingPlateStatusParams constructor

UParkingPlateStatusParams({
  1. required String parkingId,
  2. required String licencePlate,
  3. required int vehicleType,
})

Implementation

UParkingPlateStatusParams({
  required this.parkingId,
  required this.licencePlate,
  required this.vehicleType,
});