secondOwnerName property

TextFieldWrapper? get secondOwnerName

Data element ID "NAG". First Name or Given Name of the Owner. Hyphenated names acceptable, but no other use of special symbols.

Implementation

TextFieldWrapper? get secondOwnerName => document
    .fieldByTypeName("SecondOwnerName")
    ?.let((field) => TextFieldWrapper(field));