OrganizationContact constructor

const OrganizationContact({
  1. CodeableConcept? purpose,
  2. HumanName? name,
  3. List<ContactPoint>? telecom,
  4. Address? address,
})

Implementation

const factory OrganizationContact({
  CodeableConcept? purpose,
  HumanName? name,
  List<ContactPoint>? telecom,
  Address? address,
}) = _OrganizationContact;