Query$user$user$chatContact constructor

Query$user$user$chatContact({
  1. Query$user$user$chatContact$name? name,
  2. String? value,
  3. String $__typename = 'SocialValueType',
})

Implementation

Query$user$user$chatContact({
  this.name,
  this.value,
  this.$__typename = 'SocialValueType',
});