bodyStyle property
TextFieldWrapper?
get
bodyStyle
Data element ID "VAO". Vehicle manufacture body style.
Implementation
TextFieldWrapper? get bodyStyle => document
.fieldByTypeName("BodyStyle")
?.let((field) => TextFieldWrapper(field));