auxDomestic property

TextFieldWrapper? get auxDomestic

Auxiliary domestic

Implementation

TextFieldWrapper? get auxDomestic => document
    .fieldByTypeName("AuxDomestic")
    ?.let((field) => TextFieldWrapper(field));