setText method

void setText(
  1. String value
)

Implementation

void setText(String value) {
  queryText = value;
  notifyListeners();
}