values constant

Set<String> const values

Implementation

static const Set<String> values = {
  contactType,
  contactKey,
  givenName,
  familyName,
  email,
  phone,
  timeZone,
  photoUrl,
  address
};