historyKeyProperty method
Implementation
QueryBuilder<SearchHistoryItem, String, QQueryOperations>
historyKeyProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'historyKey');
});
}
QueryBuilder<SearchHistoryItem, String, QQueryOperations>
historyKeyProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'historyKey');
});
}