exitInspection property
Exit inspection information
Implementation
TextFieldWrapper? get exitInspection => document
.fieldByTypeName("ExitInspection")
?.let((field) => TextFieldWrapper(field));
Exit inspection information
TextFieldWrapper? get exitInspection => document
.fieldByTypeName("ExitInspection")
?.let((field) => TextFieldWrapper(field));