entryInspection property

TextFieldWrapper? get entryInspection

Entry inspection information

Implementation

TextFieldWrapper? get entryInspection => document
    .fieldByTypeName("EntryInspection")
    ?.let((field) => TextFieldWrapper(field));