call abstract method

TRes call({
  1. Enum$AcademicLevel? level,
  2. String? name,
  3. String? description,
  4. List<String>? tags,
  5. DateTime? from,
  6. DateTime? to,
  7. bool? graduated,
  8. String? city,
  9. String? country,
})

Implementation

TRes call({
  Enum$AcademicLevel? level,
  String? name,
  String? description,
  List<String>? tags,
  DateTime? from,
  DateTime? to,
  bool? graduated,
  String? city,
  String? country,
});