fuelType property
Data element ID "VAN". Type of fuel the vehicle utilizes.
Implementation
TextFieldWrapper? get fuelType => document
.fieldByTypeName("FuelType")
?.let((field) => TextFieldWrapper(field));
Data element ID "VAN". Type of fuel the vehicle utilizes.
TextFieldWrapper? get fuelType => document
.fieldByTypeName("FuelType")
?.let((field) => TextFieldWrapper(field));