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