Mutation$updateUser$updateUser constructor
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,
Implementation
Mutation$updateUser$updateUser({
required this.id,
this.email,
this.gender,
this.locale,
this.widget,
this.lastName,
this.username,
this.firstName,
required this.createdAt,
required this.updatedAt,
this.isMailValid,
this.dateOfBirth,
this.mobileTheme,
this.maritalStatus,
this.phone,
this.picture,
this.residentialAddress,
this.chatContact,
this.socialMedia,
this.socialLoginData,
this.education,
this.work,
this.hobbies,
this.interests,
});