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