Query$user$user$work constructor

Query$user$user$work({
  1. String? company,
  2. String? position,
  3. String? description,
  4. Query$user$user$work$city? city,
  5. Query$user$user$work$country? country,
  6. List<String>? tags,
  7. DateTime? from,
  8. DateTime? to,
  9. bool? current,
})

Implementation

Query$user$user$work({
  this.company,
  this.position,
  this.description,
  this.city,
  this.country,
  this.tags,
  this.from,
  this.to,
  this.current,
});