manufactureGrossWeight property
TextFieldWrapper?
get
manufactureGrossWeight
Data element ID "VAT". Manufacturer's gross vehicle weight rating.
Implementation
TextFieldWrapper? get manufactureGrossWeight => document
.fieldByTypeName("ManufactureGrossWeight")
?.let((field) => TextFieldWrapper(field));