UDormRoomReadParams constructor

UDormRoomReadParams({
  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? dormId,
  10. DormRoomSelectorArgs? selectorArgs,
  11. int? orderBy,
})

Implementation

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