call abstract method
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,
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,
});