| Index: client/dom/generated/src/interface/Rect.dart
|
| diff --git a/client/dom/generated/src/interface/Rect.dart b/client/dom/generated/src/interface/Rect.dart
|
| index 8430e49c09489b7f9d42b78c7b756ea60fee842c..c1182528170795b4d7c87e79e019ee15008e095a 100644
|
| --- a/client/dom/generated/src/interface/Rect.dart
|
| +++ b/client/dom/generated/src/interface/Rect.dart
|
| @@ -6,11 +6,11 @@
|
|
|
| interface Rect {
|
|
|
| - CSSPrimitiveValue get bottom();
|
| + final CSSPrimitiveValue bottom;
|
|
|
| - CSSPrimitiveValue get left();
|
| + final CSSPrimitiveValue left;
|
|
|
| - CSSPrimitiveValue get right();
|
| + final CSSPrimitiveValue right;
|
|
|
| - CSSPrimitiveValue get top();
|
| + final CSSPrimitiveValue top;
|
| }
|
|
|