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. DormSelectorArgs? selectorArgs,
  11. int? orderBy,
})

Implementation

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