CopyWith$Input$UserUpdateInput<TRes> class abstract

Properties

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

Methods

billingAddress(Iterable<Input$FullAddressInput>? _fn(Iterable<CopyWith$Input$FullAddressInput<Input$FullAddressInput>>?)) → TRes
call({String? permission, String? password, Input$PictureInput? picture, List<Input$PictureInput>? pictures, List<Input$PictureInput>? covers, String? firstName, Enum$UserStatus? status, String? title, String? about, String? lastName, Enum$MaritalStatus? maritalStatus, Enum$Gender? gender, List<String>? languages, List<Input$UserEducationInput>? education, List<Input$UserWorkInput>? work, List<String>? lived, List<String>? hobbies, List<String>? interests, bool? isMailValid, bool? plugged, DateTime? dateOfBirth, List<Input$SocialValueInput>? chatContact, List<Input$SocialValueInput>? socialMedia, String? nationality, String? locale, String? placeOfBirth, List<Input$FullAddressInput>? residentialAddress, List<Input$FullAddressInput>? shippingAddress, List<Input$FullAddressInput>? billingAddress, Enum$MobileThemesEnum? mobileTheme, Enum$SourcesEnum? source, bool? newsletterSubs, List<Input$UserCustomInput>? custom, List<Enum$UserRole>? roles, List<Enum$App>? apps, String? phoneNumber, String? email, String? username, Input$IPhoneInput? phone, String? vapidKey}) → TRes
chatContact(Iterable<Input$SocialValueInput>? _fn(Iterable<CopyWith$Input$SocialValueInput<Input$SocialValueInput>>?)) → TRes
covers(Iterable<Input$PictureInput>? _fn(Iterable<CopyWith$Input$PictureInput<Input$PictureInput>>?)) → TRes
custom(Iterable<Input$UserCustomInput>? _fn(Iterable<CopyWith$Input$UserCustomInput<Input$UserCustomInput>>?)) → TRes
education(Iterable<Input$UserEducationInput>? _fn(Iterable<CopyWith$Input$UserEducationInput<Input$UserEducationInput>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pictures(Iterable<Input$PictureInput>? _fn(Iterable<CopyWith$Input$PictureInput<Input$PictureInput>>?)) → TRes
residentialAddress(Iterable<Input$FullAddressInput>? _fn(Iterable<CopyWith$Input$FullAddressInput<Input$FullAddressInput>>?)) → TRes
shippingAddress(Iterable<Input$FullAddressInput>? _fn(Iterable<CopyWith$Input$FullAddressInput<Input$FullAddressInput>>?)) → TRes
socialMedia(Iterable<Input$SocialValueInput>? _fn(Iterable<CopyWith$Input$SocialValueInput<Input$SocialValueInput>>?)) → TRes
toString() String
A string representation of this object.
inherited
work(Iterable<Input$UserWorkInput>? _fn(Iterable<CopyWith$Input$UserWorkInput<Input$UserWorkInput>>?)) → TRes

Operators

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