vehicleUse property
Data element ID "VPC". Indicates the use of the vehicle.
Implementation
TextFieldWrapper? get vehicleUse => document
.fieldByTypeName("VehicleUse")
?.let((field) => TextFieldWrapper(field));
Data element ID "VPC". Indicates the use of the vehicle.
TextFieldWrapper? get vehicleUse => document
.fieldByTypeName("VehicleUse")
?.let((field) => TextFieldWrapper(field));