call abstract method

TRes call({
  1. String? company,
  2. String? position,
  3. String? description,
  4. String? city,
  5. String? country,
  6. List<String>? tags,
  7. DateTime? from,
  8. DateTime? to,
  9. bool? current,
})

Implementation

TRes call({
  String? company,
  String? position,
  String? description,
  String? city,
  String? country,
  List<String>? tags,
  DateTime? from,
  DateTime? to,
  bool? current,
});