labelerIdentificationCode property

TextFieldWrapper get labelerIdentificationCode

Labeler Identification Code (LIC)

Implementation

TextFieldWrapper get labelerIdentificationCode => document
    .fieldByTypeName("LabelerIdentificationCode")!
    .let((field) => TextFieldWrapper(field));