Index: client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart |
diff --git a/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart b/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart |
index 8d59e1de07945d5c52720b1cd7c9d99a9a948809..8a5c4991beddccfc1a6e264384299890eab22ac8 100644 |
--- a/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart |
+++ b/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart |
@@ -1,13 +1,13 @@ |
class _SVGFilterPrimitiveStandardAttributesJs extends _SVGStylableJs implements SVGFilterPrimitiveStandardAttributes native "*SVGFilterPrimitiveStandardAttributes" { |
- _SVGAnimatedLengthJs get height() native "return this.height;"; |
+ final _SVGAnimatedLengthJs height; |
- _SVGAnimatedStringJs get result() native "return this.result;"; |
+ final _SVGAnimatedStringJs result; |
- _SVGAnimatedLengthJs get width() native "return this.width;"; |
+ final _SVGAnimatedLengthJs width; |
- _SVGAnimatedLengthJs get x() native "return this.x;"; |
+ final _SVGAnimatedLengthJs x; |
- _SVGAnimatedLengthJs get y() native "return this.y;"; |
+ final _SVGAnimatedLengthJs y; |
} |