CopyWith$Query$user$user<TRes> class abstract

Constructors

CopyWith$Query$user$user(Query$user$user instance, TRes then(Query$user$user))
factory
CopyWith$Query$user$user.stub(TRes res)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
phone CopyWith$Query$user$user$phone<TRes>
no setter
picture CopyWith$Query$user$user$picture<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialLoginData CopyWith$Query$user$user$socialLoginData<TRes>
no setter

Methods

call({String? id, String? email, Enum$Gender? gender, String? locale, bool? widget, String? lastName, String? username, String? firstName, DateTime? createdAt, 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}) → TRes
chatContact(Iterable<Query$user$user$chatContact>? _fn(Iterable<CopyWith$Query$user$user$chatContact<Query$user$user$chatContact>>?)) → TRes
education(Iterable<Query$user$user$education>? _fn(Iterable<CopyWith$Query$user$user$education<Query$user$user$education>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
residentialAddress(Iterable<Query$user$user$residentialAddress>? _fn(Iterable<CopyWith$Query$user$user$residentialAddress<Query$user$user$residentialAddress>>?)) → TRes
socialMedia(Iterable<Query$user$user$socialMedia>? _fn(Iterable<CopyWith$Query$user$user$socialMedia<Query$user$user$socialMedia>>?)) → TRes
toString() String
A string representation of this object.
inherited
work(Iterable<Query$user$user$work>? _fn(Iterable<CopyWith$Query$user$user$work<Query$user$user$work>>?)) → TRes

Operators

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