birthplace property

TextFieldWrapper get birthplace

Birthplace (Geburtsort)

Implementation

TextFieldWrapper get birthplace => document
    .fieldByTypeName("Birthplace")!
    .let((field) => TextFieldWrapper(field));