Index: client/dom/generated/src/frog/SVGTextPositioningElement.dart |
diff --git a/client/dom/generated/src/frog/SVGTextPositioningElement.dart b/client/dom/generated/src/frog/SVGTextPositioningElement.dart |
index a6efc872ce10f06c1312c8a655d4dcfb9edabc6b..a12d7d071b2a0f22cf785e9004b0bda9816b44f5 100644 |
--- a/client/dom/generated/src/frog/SVGTextPositioningElement.dart |
+++ b/client/dom/generated/src/frog/SVGTextPositioningElement.dart |
@@ -1,13 +1,13 @@ |
class _SVGTextPositioningElementJs extends _SVGTextContentElementJs implements SVGTextPositioningElement native "*SVGTextPositioningElement" { |
- _SVGAnimatedLengthListJs get dx() native "return this.dx;"; |
+ final _SVGAnimatedLengthListJs dx; |
- _SVGAnimatedLengthListJs get dy() native "return this.dy;"; |
+ final _SVGAnimatedLengthListJs dy; |
- _SVGAnimatedNumberListJs get rotate() native "return this.rotate;"; |
+ final _SVGAnimatedNumberListJs rotate; |
- _SVGAnimatedLengthListJs get x() native "return this.x;"; |
+ final _SVGAnimatedLengthListJs x; |
- _SVGAnimatedLengthListJs get y() native "return this.y;"; |
+ final _SVGAnimatedLengthListJs y; |
} |