ExternalServicePatchContactPoint constructor

ExternalServicePatchContactPoint({
  1. String? email,
  2. String? name,
  3. String? telephone,
})

Returns a new ExternalServicePatchContactPoint instance.

Implementation

ExternalServicePatchContactPoint({
  this.email,
  this.name,
  this.telephone,
});