firstOwnerLastName property
TextFieldWrapper?
get
firstOwnerLastName
Data element ID "NAB". Last Name or Surname of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.
Implementation
TextFieldWrapper? get firstOwnerLastName => document
.fieldByTypeName("FirstOwnerLastName")
?.let((field) => TextFieldWrapper(field));