textForTapToUncountHint property

String get textForTapToUncountHint

Implementation

String get textForTapToUncountHint => _textForTapToUncountHint;
set textForTapToUncountHint (String newValue)

Implementation

set textForTapToUncountHint(String newValue) {
  _textForTapToUncountHint = newValue;
  _updateNative();
}