setQuery method

dynamic setQuery(
  1. String value
)

Implementation

setQuery(String value) {
  _query = value;
}