district property

TextFieldWrapper? get district

District or city area corresponding to postal code

Implementation

TextFieldWrapper? get district => document
    .fieldByTypeName("District")
    ?.let((field) => TextFieldWrapper(field));