UUserReadParams constructor
UUserReadParams({
- String? userName,
- String? phoneNumber,
- String? email,
- String? bio,
- DateTime? startBirthDate,
- DateTime? endBirthDate,
- List<
String> ? categories, - bool? showCategories,
- bool? showMedia,
- bool? orderByLastName,
- bool? orderByLastNameDesc,
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- bool? orderByCreatedAt,
- bool? orderByCreatedAtDesc,
- bool? orderByUpdatedAt,
- bool? orderByUpdatedAtDesc,
- List<
int> ? tags,
Implementation
UUserReadParams({
this.userName,
this.phoneNumber,
this.email,
this.bio,
this.startBirthDate,
this.endBirthDate,
this.categories,
this.showCategories,
this.showMedia,
this.orderByLastName,
this.orderByLastNameDesc,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.orderByCreatedAt,
this.orderByCreatedAtDesc,
this.orderByUpdatedAt,
this.orderByUpdatedAtDesc,
this.tags,
});