InternalServicePatch constructor

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

Returns a new InternalServicePatch instance.

Implementation

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