Index: client/dom/generated/src/interface/SVGMaskElement.dart |
diff --git a/client/dom/generated/src/interface/SVGMaskElement.dart b/client/dom/generated/src/interface/SVGMaskElement.dart |
index 83cb88fe5f8d5ae4a99fe80709ff510ed9f7ba32..56b57ee7d2cd8b90edabf5603bae8b6dc3f76aa4 100644 |
--- a/client/dom/generated/src/interface/SVGMaskElement.dart |
+++ b/client/dom/generated/src/interface/SVGMaskElement.dart |
@@ -6,15 +6,15 @@ |
interface SVGMaskElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable { |
- SVGAnimatedLength get height(); |
+ final SVGAnimatedLength height; |
- SVGAnimatedEnumeration get maskContentUnits(); |
+ final SVGAnimatedEnumeration maskContentUnits; |
- SVGAnimatedEnumeration get maskUnits(); |
+ final SVGAnimatedEnumeration maskUnits; |
- SVGAnimatedLength get width(); |
+ final SVGAnimatedLength width; |
- SVGAnimatedLength get x(); |
+ final SVGAnimatedLength x; |
- SVGAnimatedLength get y(); |
+ final SVGAnimatedLength y; |
} |