UDormReadParams constructor

UDormReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. String? creatorId,
  8. String? title,
  9. String? cityCode,
  10. UDormSelectorArgs? selectorArgs,
  11. int? orderBy,
  12. double? minRent,
  13. double? maxRent,
  14. bool? availableOnly,
})

Implementation

UDormReadParams({
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.creatorId,
  this.title,
  this.cityCode,
  this.selectorArgs,
  this.orderBy,
  this.minRent,
  this.maxRent,
  this.availableOnly,
});