recordIdProperty method

QueryBuilder<SyncOperation, String?, QQueryOperations> recordIdProperty()

Implementation

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