fuelType property

TextFieldWrapper? get fuelType

Data element ID "VAN". Type of fuel the vehicle utilizes.

Implementation

TextFieldWrapper? get fuelType => document
    .fieldByTypeName("FuelType")
    ?.let((field) => TextFieldWrapper(field));