Index: lib/coreimpl/queue.dart |
diff --git a/lib/coreimpl/queue.dart b/lib/coreimpl/queue.dart |
index 6a7400280e646b2063facda56f758b26a1d94f93..84c4efd33cc29cd1230a6f46a08bfd7ec375eb61 100644 |
--- a/lib/coreimpl/queue.dart |
+++ b/lib/coreimpl/queue.dart |
@@ -158,7 +158,7 @@ class DoubleLinkedQueue<E> implements Queue<E> { |
return counter; |
} |
- bool isEmpty() { |
+ bool get isEmpty { |
return (_sentinel._next === _sentinel); |
} |