productId property
The child document of type "ProductId".
Implementation
document_wrapper.VCardProductId? get productId => document
.childByDocumentType("ProductId")
?.let((child) => document_wrapper.VCardProductId(child));
The child document of type "ProductId".
document_wrapper.VCardProductId? get productId => document
.childByDocumentType("ProductId")
?.let((child) => document_wrapper.VCardProductId(child));