city property
TextFieldWrapper?
get
city
Data element ID "MAL". This is the city for the mailing address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.
Implementation
TextFieldWrapper? get city =>
document.fieldByTypeName("City")?.let((field) => TextFieldWrapper(field));