UDormBedContractReadParams constructor

UDormBedContractReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. String? userId,
  8. String? creatorId,
  9. DateTime? startDate,
  10. DateTime? endDate,
  11. String? userName,
  12. String? bedId,
  13. String? dormId,
  14. bool? activeOnly,
  15. bool? upcomingOnly,
  16. bool? expiredOnly,
  17. int? expiringWithinDays,
  18. ContractSelectorArgs? selectorArgs,
  19. 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,
});