Mutation$updateUser$updateUser class
- Available extensions
Constructors
-
Mutation$updateUser$updateUser({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, Mutation$updateUser$updateUser$phone? phone, Mutation$updateUser$updateUser$picture? picture, List<
Mutation$updateUser$updateUser$residentialAddress> ? residentialAddress, List<Mutation$updateUser$updateUser$chatContact> ? chatContact, List<Mutation$updateUser$updateUser$socialMedia> ? socialMedia, Mutation$updateUser$updateUser$socialLoginData? socialLoginData, List<Mutation$updateUser$updateUser$education> ? education, List<Mutation$updateUser$updateUser$work> ? work, List<String> ? hobbies, List<String> ? interests}) -
Mutation$updateUser$updateUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
chatContact
→ List<
Mutation$updateUser$updateUser$chatContact> ? -
final
-
copyWith
→ CopyWith$Mutation$updateUser$updateUser<
Mutation$updateUser$updateUser> -
Available on Mutation$updateUser$updateUser, provided by the UtilityExtension$Mutation$updateUser$updateUser extension
no setter - createdAt → DateTime
-
final
- dateOfBirth → DateTime?
-
final
-
education
→ List<
Mutation$updateUser$updateUser$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 → Mutation$updateUser$updateUser$phone?
-
final
- picture → Mutation$updateUser$updateUser$picture?
-
final
-
residentialAddress
→ List<
Mutation$updateUser$updateUser$residentialAddress> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
-
final
- updatedAt → DateTime
-
final
- username → String?
-
final
- widget → bool?
-
final
-
work
→ List<
Mutation$updateUser$updateUser$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