Contact constructor
const
Contact({})
Describes a user contact
Implementation
const Contact({
required this.phoneNumber,
required this.firstName,
required this.lastName,
required this.vcard,
required this.userId,
});