Contact constructor
Contact({
- String? description,
- String? emailAddress,
- String? phoneNumber,
- required ContactType type,
Implementation
factory Contact({
String? description,
String? emailAddress,
String? phoneNumber,
required ContactType type,
}) = _Contact;