UMoadiReadParams constructor

UMoadiReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. String? creatorId,
  8. String? userId,
  9. String? name,
  10. String? economicCode,
  11. String? nationalCode,
  12. String? uniqueTaxCode,
  13. String? legalEntity,
  14. String? uuid,
  15. int? orderBy,
  16. MoadiSelectorArgs? selectorArgs,
})

Implementation

UMoadiReadParams({
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.creatorId,
  this.userId,
  this.name,
  this.economicCode,
  this.nationalCode,
  this.uniqueTaxCode,
  this.legalEntity,
  this.uuid,
  this.orderBy,
  this.selectorArgs,
});