transmissionCode property

TextFieldWrapper? get transmissionCode

Data element ID "VAC". Type of transmission the vehicle carries.

Implementation

TextFieldWrapper? get transmissionCode => document
    .fieldByTypeName("TransmissionCode")
    ?.let((field) => TextFieldWrapper(field));