zip property
TextFieldWrapper?
get
zip
Data element ID "MAO". The ZIP or Postal code of the resident address of the vehicle owner.
Implementation
TextFieldWrapper? get zip =>
document.fieldByTypeName("Zip")?.let((field) => TextFieldWrapper(field));