call abstract method

TRes call({
  1. String? company,
  2. String? position,
  3. String? description,
  4. Query$user$user$work$city? city,
  5. Query$user$user$work$country? country,
  6. List<String>? tags,
  7. DateTime? from,
  8. DateTime? to,
  9. 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,
});