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