all constant
All properties including both thumbnail and full-resolution photos.
Implementation
static const Set<ContactProperty> all = {
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.photoThumbnail,
ContactProperty.photoFullRes,
ContactProperty.timestamp,
ContactProperty.identifiers,
};