issuingAuthority property

TextFieldWrapper? get issuingAuthority

Issuing authority (Field 4c.)

Implementation

TextFieldWrapper? get issuingAuthority => document
    .fieldByTypeName("IssuingAuthority")
    ?.let((field) => TextFieldWrapper(field));