query method

Query query()

Applies query on entries

Implementation

Query query() {
  return Query(_client, _contentTypeUid);
}