UExamReadParams constructor
UExamReadParams({})
Implementation
UExamReadParams({
this.categoryId,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.orderByCreatedAt,
this.orderByCreatedAtDesc,
this.orderByUpdatedAt,
this.orderByUpdatedAtDesc,
this.tags,
});