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