fuel property

TextFieldWrapper? get fuel

Data element ID "FUL". The type of fuel used by the vehicle. In most cases, the fuel type would be diesel.

Implementation

TextFieldWrapper? get fuel =>
    document.fieldByTypeName("Fuel")?.let((field) => TextFieldWrapper(field));