secondOwnerMiddleName property

TextFieldWrapper? get secondOwnerMiddleName

Data element ID "NAH". Middle Name(s) or Initial(s) of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.

Implementation

TextFieldWrapper? get secondOwnerMiddleName => document
    .fieldByTypeName("SecondOwnerMiddleName")
    ?.let((field) => TextFieldWrapper(field));