productId property

VCardProductId? get productId

The child document of type "ProductId".

Implementation

document_wrapper.VCardProductId? get productId => document
    .childByDocumentType("ProductId")
    ?.let((child) => document_wrapper.VCardProductId(child));