UDormBedReadParams constructor
UDormBedReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - String? creatorId,
- String? title,
- String? roomId,
- String? dormId,
- double? minDeposit,
- double? maxDeposit,
- double? minMonthlyRent,
- double? maxMonthlyRent,
- DormBedSelectorArgs? selectorArgs,
- 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,
});