ContactPoint constructor
const
ContactPoint({})
Implementation
const ContactPoint({
required this.telephone,
required this.contactType,
this.areaServed,
this.availableLanguage,
this.email,
});
const ContactPoint({
required this.telephone,
required this.contactType,
this.areaServed,
this.availableLanguage,
this.email,
});