Index: client/dom/generated/src/interface/SVGTextPathElement.dart |
diff --git a/client/dom/generated/src/interface/SVGTextPathElement.dart b/client/dom/generated/src/interface/SVGTextPathElement.dart |
index 6dad5d23e16d176a5354194157b148c063e34d6e..0804e5a8cea93b907d0ac22dc602dc053dd94401 100644 |
--- a/client/dom/generated/src/interface/SVGTextPathElement.dart |
+++ b/client/dom/generated/src/interface/SVGTextPathElement.dart |
@@ -18,9 +18,9 @@ interface SVGTextPathElement extends SVGTextContentElement, SVGURIReference { |
static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
- SVGAnimatedEnumeration get method(); |
+ final SVGAnimatedEnumeration method; |
- SVGAnimatedEnumeration get spacing(); |
+ final SVGAnimatedEnumeration spacing; |
- SVGAnimatedLength get startOffset(); |
+ final SVGAnimatedLength startOffset; |
} |