textForMoveCloserToBarcodesHint property

String? get textForMoveCloserToBarcodesHint

Implementation

String? get textForMoveCloserToBarcodesHint => _textForMoveCloserToBarcodesHint;
set textForMoveCloserToBarcodesHint (String? newValue)

Implementation

set textForMoveCloserToBarcodesHint(String? newValue) {
  _textForMoveCloserToBarcodesHint = newValue;
  _updateNative();
}