textForTapShutterToScanHint property

String get textForTapShutterToScanHint

Implementation

String get textForTapShutterToScanHint => _textForTapShutterToScanHint;
set textForTapShutterToScanHint (String newValue)

Implementation

set textForTapShutterToScanHint(String newValue) {
  _textForTapShutterToScanHint = newValue;
  _updateNative();
}