jurisdiction property

TextFieldWrapper? get jurisdiction

Data element ID "RBL". The state or province of the registrant's residence address.

Implementation

TextFieldWrapper? get jurisdiction => document
    .fieldByTypeName("Jurisdiction")
    ?.let((field) => TextFieldWrapper(field));