vCardVersion property Null safety

VCardVersion vCardVersion
read / write

The vCard version to use when exporting to VCard. V4 is the most current, but V3 is the most commonly supported.

Implementation

VCardVersion vCardVersion = VCardVersion.v3;