entryInspection property
Entry inspection information
Implementation
TextFieldWrapper? get entryInspection => document
.fieldByTypeName("EntryInspection")
?.let((field) => TextFieldWrapper(field));
Entry inspection information
TextFieldWrapper? get entryInspection => document
.fieldByTypeName("EntryInspection")
?.let((field) => TextFieldWrapper(field));