vehicleData property
AAMVAVehicleData?
get
vehicleData
The child document of type "VehicleData".
Implementation
document_wrapper.AAMVAVehicleData? get vehicleData => document
.childByDocumentType("VehicleData")
?.let((child) => document_wrapper.AAMVAVehicleData(child));