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