photo property

VCardPhoto? get photo

The child document of type "Photo".

Implementation

document_wrapper.VCardPhoto? get photo => document
    .childByDocumentType("Photo")
    ?.let((child) => document_wrapper.VCardPhoto(child));