extraAuxDomestic property

TextFieldWrapper? get extraAuxDomestic

Extra auxiliary domestic

Implementation

TextFieldWrapper? get extraAuxDomestic => document
    .fieldByTypeName("ExtraAuxDomestic")
    ?.let((field) => TextFieldWrapper(field));