UDormBedContractReadParams constructor
UDormBedContractReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - String? userId,
- String? creatorId,
- DateTime? startDate,
- DateTime? endDate,
- String? userName,
- String? bedId,
- String? dormId,
- bool? activeOnly,
- bool? upcomingOnly,
- bool? expiredOnly,
- int? expiringWithinDays,
- ContractSelectorArgs? selectorArgs,
- int? orderBy,
Implementation
UDormBedContractReadParams({
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.userId,
this.creatorId,
this.startDate,
this.endDate,
this.userName,
this.bedId,
this.dormId,
this.activeOnly,
this.upcomingOnly,
this.expiredOnly,
this.expiringWithinDays,
this.selectorArgs,
this.orderBy,
});