issuerName property
TextFieldWrapper?
get
issuerName
Issuer Name
Implementation
TextFieldWrapper? get issuerName => document
.fieldByTypeName("IssuerName")
?.let((field) => TextFieldWrapper(field));