grossVehicleWeight property

TextFieldWrapper? get grossVehicleWeight

Data element ID "VAT". The unladen weight of the vehicle (e.g., the single-unit truck, truck combination) plus the weight of the load being carried at a specific point in time.

Implementation

TextFieldWrapper? get grossVehicleWeight => document
    .fieldByTypeName("GrossVehicleWeight")
    ?.let((field) => TextFieldWrapper(field));