Mutation$updateUser$updateUser$education constructor
Mutation$updateUser$updateUser$education({
- 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
Mutation$updateUser$updateUser$education({
this.level,
this.name,
this.description,
this.tags,
this.from,
this.to,
this.graduated,
this.city,
this.country,
});