UParkingShiftReadParams constructor
UParkingShiftReadParams({})
Implementation
UParkingShiftReadParams({
this.parkingId,
this.isOpen,
this.pageSize,
this.pageNumber,
this.selectorArgs,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.creatorId,
this.orderBy = TagOrderBy.createdAt,
});