UMediaReadParams constructor

UMediaReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. bool? orderByCreatedAt,
  6. bool? orderByCreatedAtDesc,
  7. bool? orderByUpdatedAt,
  8. bool? orderByUpdatedAtDesc,
  9. List<int>? tags,
})

Implementation

UMediaReadParams({
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.orderByCreatedAt,
  this.orderByCreatedAtDesc,
  this.orderByUpdatedAt,
  this.orderByUpdatedAtDesc,
  this.tags,
});