models/vcard/vcard_extra library
Classes
- VCardExtra
-
A vCard property not modeled natively by Contact (e.g. an app-specific
X-extension likeX-MYAPP-FAVORITE-COLOR).
Extensions
- VCardContactExtras on Contact
-
Attaches VCardExtras to a Contact for vCard round-tripping. Backed by
an Expando, so extras don't affect Contact equality, Contact.toJson,
or Contact.copyWith — and are tied to instance identity (a
copyWithd contact starts with no extras).