geoLocation property

VCardGeoLocation? get geoLocation

The child document of type "GeoLocation".

Implementation

document_wrapper.VCardGeoLocation? get geoLocation => document
    .childByDocumentType("GeoLocation")
    ?.let((child) => document_wrapper.VCardGeoLocation(child));