Mutation$updateUser$updateUser$work constructor
Mutation$updateUser$updateUser$work({
- String? company,
- String? position,
- String? description,
- Mutation$updateUser$updateUser$work$city? city,
- Mutation$updateUser$updateUser$work$country? country,
- List<
String> ? tags, - DateTime? from,
- DateTime? to,
- 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,
});