ContactObject constructor
Creates a ContactObject with the given name, url, and email.
Implementation
const ContactObject({this.name, this.url, this.email});
Creates a ContactObject with the given name, url, and email.
const ContactObject({this.name, this.url, this.email});