contactTypes constant

Map<ContactType, String> const contactTypes

Implementation

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