identification property

TextFieldWrapper get identification

Identification

Implementation

TextFieldWrapper get identification => document
    .fieldByTypeName("Identification")!
    .let((field) => TextFieldWrapper(field));