call abstract method

TRes call({
  1. 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. DateTime? createdAt,
  10. 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

TRes call({
  String? id,
  String? email,
  Enum$Gender? gender,
  String? locale,
  bool? widget,
  String? lastName,
  String? username,
  String? firstName,
  DateTime? createdAt,
  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,
});