Query$user$user$education constructor

Query$user$user$education({
  1. Enum$AcademicLevel? level,
  2. String? name,
  3. String? description,
  4. List<String>? tags,
  5. DateTime? from,
  6. DateTime? to,
  7. bool? graduated,
  8. Query$user$user$education$city? city,
  9. 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,
});