junkedIndicator property
TextFieldWrapper?
get
junkedIndicator
Data element ID "VAF". Vehicle has been junked.
Implementation
TextFieldWrapper? get junkedIndicator => document
.fieldByTypeName("JunkedIndicator")
?.let((field) => TextFieldWrapper(field));