Query$user$user constructor

Query$user$user({
  1. required String id,
  2. String? email,
  3. Enum$Gender? gender,
  4. String? locale,
  5. bool? widget,
  6. String? lastName,
  7. String? username,
  8. String? firstName,
  9. required DateTime createdAt,
  10. required DateTime updatedAt,
  11. bool? isMailValid,
  12. DateTime? dateOfBirth,
  13. Enum$MobileThemesEnum? mobileTheme,
  14. Enum$MaritalStatus? maritalStatus,
  15. Query$user$user$phone? phone,
  16. Query$user$user$picture? picture,
  17. List<Query$user$user$residentialAddress>? residentialAddress,
  18. List<Query$user$user$chatContact>? chatContact,
  19. List<Query$user$user$socialMedia>? socialMedia,
  20. Query$user$user$socialLoginData? socialLoginData,
  21. List<Query$user$user$education>? education,
  22. List<Query$user$user$work>? work,
  23. List<String>? hobbies,
  24. 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,
});