updateQuery method

void updateQuery(
  1. Q query
)

Implementation

void updateQuery(Q query) {
  _query = query;
}