contactTypes constant
Implementation
static const Map<ContactType, String> contactTypes = {
ContactType.email: "email",
ContactType.phoneNumber: "phone_number",
};
static const Map<ContactType, String> contactTypes = {
ContactType.email: "email",
ContactType.phoneNumber: "phone_number",
};