Index: lib/core/string_buffer.dart |
diff --git a/lib/core/string_buffer.dart b/lib/core/string_buffer.dart |
index d67c5db40aa411a60192c433fa010fa845ce181b..9629ab7f8062a2982bc608de520589f4760e7070 100644 |
--- a/lib/core/string_buffer.dart |
+++ b/lib/core/string_buffer.dart |
@@ -16,7 +16,7 @@ interface StringBuffer default StringBufferImpl { |
/** |
* Returns the length of the buffer. |
*/ |
- int get length(); |
+ int get length; |
/** |
* Returns whether the buffer is empty. |