Query$user$user$chatContact constructor
Query$user$user$chatContact({
- Query$user$user$chatContact$name? name,
- String? value,
Implementation
Query$user$user$chatContact({
this.name,
this.value,
});