call abstract method
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,
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,
});