typeOfVehicle property

TextFieldWrapper? get typeOfVehicle

Data element ID "VBB". The type of vehicle operated for the transportation of persons or property in the furtherance of any commercial or industrial enterprise, for hire or not for hire. Not all states will use all values.

Implementation

TextFieldWrapper? get typeOfVehicle => document
    .fieldByTypeName("TypeOfVehicle")
    ?.let((field) => TextFieldWrapper(field));