UParkingReportReadParams constructor

UParkingReportReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. String? vehicleId,
  8. String? parkingId,
  9. DateTime? startDate,
  10. DateTime? endDate,
  11. ParkingReportSelectorArgs? selectorArgs,
  12. int? orderBy,
  13. String? creatorId,
})

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,
});