UParkingEntryParams constructor
UParkingEntryParams({})
Implementation
UParkingEntryParams({
required this.parkingId,
required this.licencePlate,
required this.vehicleType,
this.startDate,
this.spotNumber,
this.customerPhoneNumber,
this.isOffline = false,
});