recordIdProperty method
Implementation
QueryBuilder<SyncOperation, String?, QQueryOperations> recordIdProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'recordId');
});
}
QueryBuilder<SyncOperation, String?, QQueryOperations> recordIdProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'recordId');
});
}