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. Mutation$updateUser$updateUser$education$city? city,
  9. Mutation$updateUser$updateUser$education$country? country,
})

Implementation

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