UUserResponse class

Constructors

UUserResponse.new({required String id, required DateTime createdAt, required DateTime updatedAt, required UUserJson jsonData, required List<int> tags, required String userName, String? password, String? refreshToken, String? phoneNumber, String? email, String? firstName, String? lastName, String? bio, String? country, String? state, String? city, DateTime? birthdate, List<UCategoryResponse>? categories, List<UMediaResponse>? media})
UUserResponse.fromJson(String str)
factory
UUserResponse.fromMap(Map<String, dynamic> json)
factory

Properties

bio String?
final
birthdate DateTime?
final
categories List<UCategoryResponse>?
final
city String?
final
country String?
final
createdAt DateTime
final
email String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
jsonData UUserJson
final
lastName String?
final
media List<UMediaResponse>?
final
password String?
final
phoneNumber String?
final
refreshToken String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
tags List<int>
final
updatedAt 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