UHotelReadParams constructor
UHotelReadParams({})
Implementation
UHotelReadParams({
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.creatorId,
this.title,
this.cityCode,
this.minStars,
this.orderBy,
this.selectorArgs,
});