timeZone property

VCardTimeZone? get timeZone

The child document of type "TimeZone".

Implementation

document_wrapper.VCardTimeZone? get timeZone => document
    .childByDocumentType("TimeZone")
    ?.let((child) => document_wrapper.VCardTimeZone(child));