registrationData property

AAMVARegistrationData? get registrationData

The child document of type "RegistrationData".

Implementation

document_wrapper.AAMVARegistrationData? get registrationData => document
    .childByDocumentType("RegistrationData")
    ?.let((child) => document_wrapper.AAMVARegistrationData(child));