placeOfIssue property
Place where the permit was issued
Implementation
TextFieldWrapper? get placeOfIssue => document
.fieldByTypeName("PlaceOfIssue")
?.let((field) => TextFieldWrapper(field));
Place where the permit was issued
TextFieldWrapper? get placeOfIssue => document
.fieldByTypeName("PlaceOfIssue")
?.let((field) => TextFieldWrapper(field));