UDormBedReadParams constructor

UDormBedReadParams({
  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? roomId,
  10. String? dormId,
  11. double? minDeposit,
  12. double? maxDeposit,
  13. double? minMonthlyRent,
  14. double? maxMonthlyRent,
  15. DormBedSelectorArgs? selectorArgs,
  16. int? orderBy,
})

Implementation

UDormBedReadParams({
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.creatorId,
  this.title,
  this.roomId,
  this.dormId,
  this.minDeposit,
  this.maxDeposit,
  this.minMonthlyRent,
  this.maxMonthlyRent,
  this.selectorArgs,
  this.orderBy,
});