Index: client/dom/generated/src/interface/SVGAnimatedPreserveAspectRatio.dart |
diff --git a/client/dom/generated/src/interface/SVGAnimatedPreserveAspectRatio.dart b/client/dom/generated/src/interface/SVGAnimatedPreserveAspectRatio.dart |
index f0830dccb7dd51e1d187aef9ad104771d4a80931..f37ad30bd724bb644f4562006bf7ffd41efdc98c 100644 |
--- a/client/dom/generated/src/interface/SVGAnimatedPreserveAspectRatio.dart |
+++ b/client/dom/generated/src/interface/SVGAnimatedPreserveAspectRatio.dart |
@@ -6,7 +6,7 @@ |
interface SVGAnimatedPreserveAspectRatio { |
- SVGPreserveAspectRatio get animVal(); |
+ final SVGPreserveAspectRatio animVal; |
- SVGPreserveAspectRatio get baseVal(); |
+ final SVGPreserveAspectRatio baseVal; |
} |