Mutation$updateUser$updateUser$chatContact constructor

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

Implementation

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