UParkingSubscriptionReadParams constructor

UParkingSubscriptionReadParams({
  1. String? parkingId,
  2. String? licencePlate,
  3. String? query,
  4. bool? isActive,
  5. bool? isExpiringSoon,
  6. bool? isExpired,
  7. int expiringInDays = 7,
  8. int? pageSize,
  9. int? pageNumber,
  10. List<int>? tags,
  11. UParkingSubscriptionSelectorArgs? selectorArgs,
  12. DateTime? fromCreatedAt,
  13. DateTime? toCreatedAt,
  14. List<String>? ids,
  15. String? creatorId,
  16. TagOrderBy orderBy = TagOrderBy.createdAt,
})

Implementation

UParkingSubscriptionReadParams({
  this.parkingId,
  this.licencePlate,
  this.query,
  this.isActive,
  this.isExpiringSoon,
  this.isExpired,
  this.expiringInDays = 7,
  this.pageSize,
  this.pageNumber,
  this.tags,
  this.selectorArgs,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.ids,
  this.creatorId,
  this.orderBy = TagOrderBy.createdAt,
});