exitInspection property

TextFieldWrapper? get exitInspection

Exit inspection information

Implementation

TextFieldWrapper? get exitInspection => document
    .fieldByTypeName("ExitInspection")
    ?.let((field) => TextFieldWrapper(field));