addressCity property
Data element ID "NAT". City portion of the owner’s address.
Implementation
TextFieldWrapper? get addressCity => document
.fieldByTypeName("AddressCity")
?.let((field) => TextFieldWrapper(field));
Data element ID "NAT". City portion of the owner’s address.
TextFieldWrapper? get addressCity => document
.fieldByTypeName("AddressCity")
?.let((field) => TextFieldWrapper(field));