UUserReadParams constructor
UUserReadParams({
- String? query,
- String? userName,
- String? landLine,
- String? firstName,
- String? lastName,
- String? nationalCode,
- String? phoneNumber,
- String? email,
- String? bio,
- DateTime? startBirthDate,
- DateTime? endBirthDate,
- List<
String> ? categories, - int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - UserSelectorArgs? selectorArgs,
- int? orderBy,
- List<
String> ? ids, - String? creatorId,
Implementation
UUserReadParams({
this.query,
this.userName,
this.landLine,
this.firstName,
this.lastName,
this.nationalCode,
this.phoneNumber,
this.email,
this.bio,
this.startBirthDate,
this.endBirthDate,
this.categories,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.selectorArgs,
this.orderBy,
this.ids,
this.creatorId,
});