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