UMoadiReadParams constructor
UMoadiReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - String? creatorId,
- String? userId,
- String? name,
- String? economicCode,
- String? nationalCode,
- String? uniqueTaxCode,
- String? legalEntity,
- String? uuid,
- int? orderBy,
- 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,
});