UUserReadParams class

Constructors

UUserReadParams.new({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})
UUserReadParams.fromJson(String str)
factory
UUserReadParams.fromMap(Map<String, dynamic> json)
factory

Properties

bio String?
final
categories List<String>?
final
email String?
final
endBirthDate DateTime?
final
fromCreatedAt DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
orderByCreatedAt bool?
final
orderByCreatedAtDesc bool?
final
orderByLastName bool?
final
orderByLastNameDesc bool?
final
orderByUpdatedAt bool?
final
orderByUpdatedAtDesc bool?
final
pageNumber int?
final
pageSize int?
final
phoneNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCategories bool?
final
showMedia bool?
final
startBirthDate DateTime?
final
tags List<int>?
final
toCreatedAt DateTime?
final
userName String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited