Mutation$updateUser$updateUser$work constructor

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

Implementation

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