Index: lib/core/string.dart |
diff --git a/lib/core/string.dart b/lib/core/string.dart |
index 7d2330207ca0c65b23b08eb7962b5807155c4d9e..93dcc5d9700982c225c56269d0a9518f7be2208d 100644 |
--- a/lib/core/string.dart |
+++ b/lib/core/string.dart |
@@ -64,7 +64,7 @@ interface String |
/** |
* Returns whether this string is empty. |
*/ |
- bool isEmpty(); |
+ bool get isEmpty; |
/** |
* Creates a new string by concatenating this string with [other]. |