UCategoryReadParams constructor

UCategoryReadParams({
  1. List<String>? ids,
  2. bool? showMedia,
  3. int? pageSize,
  4. int? pageNumber,
  5. bool? orderByCreatedAt,
  6. bool? orderByCreatedAtDesc,
  7. bool? orderByUpdatedAt,
  8. bool? orderByUpdatedAtDesc,
  9. List<int>? tags,
})

Implementation

UCategoryReadParams({
  this.ids,
  this.showMedia,
  this.pageSize,
  this.pageNumber,
  this.orderByCreatedAt,
  this.orderByCreatedAtDesc,
  this.orderByUpdatedAt,
  this.orderByUpdatedAtDesc,
  this.tags,
});