vehicleUse property

TextFieldWrapper? get vehicleUse

Data element ID "VPC". Indicates the use of the vehicle.

Implementation

TextFieldWrapper? get vehicleUse => document
    .fieldByTypeName("VehicleUse")
    ?.let((field) => TextFieldWrapper(field));