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