allProperties constant
All properties without any photos (excludes both thumbnail and full-resolution).
Implementation
static const Set<ContactProperty> allProperties = {
ContactProperty.name,
ContactProperty.phone,
ContactProperty.email,
ContactProperty.address,
ContactProperty.organization,
ContactProperty.website,
ContactProperty.socialMedia,
ContactProperty.event,
ContactProperty.relation,
ContactProperty.note,
ContactProperty.favorite,
ContactProperty.ringtone,
ContactProperty.sendToVoicemail,
ContactProperty.timestamp,
ContactProperty.identifiers,
};