textForMoveFurtherAndRescanHint property

String get textForMoveFurtherAndRescanHint

Implementation

String get textForMoveFurtherAndRescanHint => _textForMoveFurtherAndRescanHint;
set textForMoveFurtherAndRescanHint (String newValue)

Implementation

set textForMoveFurtherAndRescanHint(String newValue) {
  _textForMoveFurtherAndRescanHint = newValue;
  _updateNative();
}