ExternalServicePatch constructor

ExternalServicePatch({
  1. ExternalServicePatchAddress? address,
  2. ExternalServicePatchContactPoint? contactPoint,
  3. String? description,
  4. String? name,
})

Returns a new ExternalServicePatch instance.

Implementation

ExternalServicePatch({
  this.address,
  this.contactPoint,
  this.description,
  this.name,
});