textForPointAtBarcodesToSearchHint property
String?
get
textForPointAtBarcodesToSearchHint
Implementation
String? get textForPointAtBarcodesToSearchHint => _textForPointAtBarcodesToSearchHint;
set
textForPointAtBarcodesToSearchHint
(String? newValue)
Implementation
set textForPointAtBarcodesToSearchHint(String? newValue) {
_textForPointAtBarcodesToSearchHint = newValue;
_updateNative();
}