Query$user$user$education constructor
Query$user$user$education({
- Enum$AcademicLevel? level,
- String? name,
- String? description,
- List<
String> ? tags, - DateTime? from,
- DateTime? to,
- bool? graduated,
- Query$user$user$education$city? city,
- Query$user$user$education$country? country,
Implementation
Query$user$user$education({
this.level,
this.name,
this.description,
this.tags,
this.from,
this.to,
this.graduated,
this.city,
this.country,
});