UParkingReportReadParams constructor
UParkingReportReadParams({})
Implementation
UParkingReportReadParams({
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.vehicleId,
this.parkingId,
this.startDate,
this.endDate,
this.selectorArgs,
this.orderBy,
this.creatorId,
});