keyProperty method

QueryBuilder<KV, String, QQueryOperations> keyProperty()

Implementation

QueryBuilder<KV, String, QQueryOperations> keyProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addPropertyName(r'key');
  });
}