Chromium Code Reviews| Index: samples/ui_lib/base/Size.dart |
| diff --git a/samples/ui_lib/base/Size.dart b/samples/ui_lib/base/Size.dart |
| index 7ed0bf0b4ba406e451bd883b975e6209da6e3cfb..335f7e3e5b60666702b5fa4a1e8ddf78b0d625fc 100644 |
| --- a/samples/ui_lib/base/Size.dart |
| +++ b/samples/ui_lib/base/Size.dart |
| @@ -83,7 +83,7 @@ class Size { |
| * Returns true if the size has zero area, false if both dimensions |
| * are non-zero numbers. |
| */ |
| - bool isEmpty() { |
| + bool get isEmpty { |
| return area() == 0; |
| } |