textForAllItemsFoundSuccessfullyHint property

String? get textForAllItemsFoundSuccessfullyHint

Implementation

String? get textForAllItemsFoundSuccessfullyHint => _textForAllItemsFoundSuccessfullyHint;
set textForAllItemsFoundSuccessfullyHint (String? newValue)

Implementation

set textForAllItemsFoundSuccessfullyHint(String? newValue) {
  _textForAllItemsFoundSuccessfullyHint = newValue;
  _updateNative();
}