Query$user$user constructor
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,
Implementation
Query$user$user({
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,
});