toVCard method Null safety
Implementation
List<String> toVCard() {
// URL (V3): https://tools.ietf.org/html/rfc2426#section-3.6.8
// URL (V4): https://tools.ietf.org/html/rfc6350#section-6.7.8
return ['URL:${vCardEncode(url)}'];
}
List<String> toVCard() {
// URL (V3): https://tools.ietf.org/html/rfc2426#section-3.6.8
// URL (V4): https://tools.ietf.org/html/rfc6350#section-6.7.8
return ['URL:${vCardEncode(url)}'];
}