| Index: client/dom/generated/src/interface/SVGFESpecularLightingElement.dart
|
| diff --git a/client/dom/generated/src/interface/SVGFESpecularLightingElement.dart b/client/dom/generated/src/interface/SVGFESpecularLightingElement.dart
|
| index aa7e6ecca12fbcbead35bab06227ffe1373448d3..abbc3e1acc5f7c15f327f77a7d372e4db97e83ec 100644
|
| --- a/client/dom/generated/src/interface/SVGFESpecularLightingElement.dart
|
| +++ b/client/dom/generated/src/interface/SVGFESpecularLightingElement.dart
|
| @@ -6,11 +6,11 @@
|
|
|
| interface SVGFESpecularLightingElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
|
|
| - SVGAnimatedString get in1();
|
| + final SVGAnimatedString in1;
|
|
|
| - SVGAnimatedNumber get specularConstant();
|
| + final SVGAnimatedNumber specularConstant;
|
|
|
| - SVGAnimatedNumber get specularExponent();
|
| + final SVGAnimatedNumber specularExponent;
|
|
|
| - SVGAnimatedNumber get surfaceScale();
|
| + final SVGAnimatedNumber surfaceScale;
|
| }
|
|
|