placeOfBirth property

TextFieldWrapper? get placeOfBirth

Data element ID "DCI". Country and municipality and/or state/province.

Implementation

TextFieldWrapper? get placeOfBirth => document
    .fieldByTypeName("PlaceOfBirth")
    ?.let((field) => TextFieldWrapper(field));