Query$user$user class

Available extensions

Constructors

Query$user$user({required String id, String? email, Enum$Gender? gender, String? locale, bool? widget, String? lastName, String? username, String? firstName, required DateTime createdAt, required DateTime updatedAt, bool? isMailValid, DateTime? dateOfBirth, Enum$MobileThemesEnum? mobileTheme, Enum$MaritalStatus? maritalStatus, Query$user$user$phone? phone, Query$user$user$picture? picture, List<Query$user$user$residentialAddress>? residentialAddress, List<Query$user$user$chatContact>? chatContact, List<Query$user$user$socialMedia>? socialMedia, Query$user$user$socialLoginData? socialLoginData, List<Query$user$user$education>? education, List<Query$user$user$work>? work, List<String>? hobbies, List<String>? interests})
Query$user$user.fromJson(Map<String, dynamic> json)
factory

Properties

chatContact List<Query$user$user$chatContact>?
final
copyWith CopyWith$Query$user$user<Query$user$user>

Available on Query$user$user, provided by the UtilityExtension$Query$user$user extension

no setter
createdAt DateTime
final
dateOfBirth DateTime?
final
education List<Query$user$user$education>?
final
email String?
final
firstName String?
final
gender Enum$Gender?
final
hashCode int
The hash code for this object.
no setteroverride
hobbies List<String>?
final
id String
final
interests List<String>?
final
isMailValid bool?
final
lastName String?
final
locale String?
final
maritalStatus Enum$MaritalStatus?
final
mobileTheme Enum$MobileThemesEnum?
final
phone Query$user$user$phone?
final
picture Query$user$user$picture?
final
residentialAddress List<Query$user$user$residentialAddress>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialLoginData Query$user$user$socialLoginData?
final
socialMedia List<Query$user$user$socialMedia>?
final
updatedAt DateTime
final
username String?
final
widget bool?
final
work List<Query$user$user$work>?
final

Methods

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

Operators

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