vehicleBodyType property

TextFieldWrapper? get vehicleBodyType

Data element ID "VAO". The general configuration or shape of a vehicle distinguished by characteristics such as number of doors, seats, windows, roofline, and type of top. The vehicle body type is 2- character alphanumeric.

Implementation

TextFieldWrapper? get vehicleBodyType => document
    .fieldByTypeName("VehicleBodyType")
    ?.let((field) => TextFieldWrapper(field));