call abstract method
TRes
call({
- String? company,
- String? position,
- String? description,
- Mutation$updateUser$updateUser$work$city? city,
- Mutation$updateUser$updateUser$work$country? country,
- List<
String> ? tags, - DateTime? from,
- DateTime? to,
- bool? current,
Implementation
TRes call({
String? company,
String? position,
String? description,
Mutation$updateUser$updateUser$work$city? city,
Mutation$updateUser$updateUser$work$country? country,
List<String>? tags,
DateTime? from,
DateTime? to,
bool? current,
});