Index: utils/archive/input_stream.dart |
diff --git a/utils/archive/input_stream.dart b/utils/archive/input_stream.dart |
index 5ca6c70e86d27f069e0fb84599bcd475f73864fb..5e781d3a06c983f319997ee245b5f7e56d7c0865 100644 |
--- a/utils/archive/input_stream.dart |
+++ b/utils/archive/input_stream.dart |
@@ -59,7 +59,7 @@ class ArchiveInputStream { |
} |
/** Whether this stream has finished reading entries. */ |
- bool get closed() => _id.value == null; |
+ bool get closed => _id.value == null; |
/** |
* Reads the entire contents of the archive at once. |