idadIndicator property
TextFieldWrapper?
get
idadIndicator
IDAD Indicator
Implementation
TextFieldWrapper? get idadIndicator => document
.fieldByTypeName("IDADIndicator")
?.let((field) => TextFieldWrapper(field));