We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4343e commit 0556b66Copy full SHA for 0556b66
lib/src/query/builder.dart
@@ -35,7 +35,7 @@ class QueryBuilder<T> {
35
36
QueryBuilder<T> order(QueryProperty p, {int flags = 0}) {
37
if (p._entityId != _entityId) {
38
- throw Exception("Passed a property of another entity: ${p._entityId} instead of ${_entityId}");
+ throw Exception("Passed a property of another entity: ${p._entityId} instead of $_entityId");
39
}
40
_createBuilder();
41
checkObx(bindings.obx_qb_order(_cBuilder, p._propertyId, flags));
0 commit comments