idCard property
The child document of type "IDCard".
Implementation
document_wrapper.AAMVAIDCard? get idCard => document
.childByDocumentType("IDCard")
?.let((child) => document_wrapper.AAMVAIDCard(child));
The child document of type "IDCard".
document_wrapper.AAMVAIDCard? get idCard => document
.childByDocumentType("IDCard")
?.let((child) => document_wrapper.AAMVAIDCard(child));