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