impp property
VCardIMPP?
get
impp
The child document of type "IMPP".
Implementation
document_wrapper.VCardIMPP? get impp => document
.childByDocumentType("IMPP")
?.let((child) => document_wrapper.VCardIMPP(child));