| Index: client/dom/generated/src/frog/SVGAnimatedBoolean.dart
|
| diff --git a/client/dom/generated/src/frog/SVGAnimatedBoolean.dart b/client/dom/generated/src/frog/SVGAnimatedBoolean.dart
|
| index fe34b3b0fe5bfc9f76596dcb4b559d3f81e19634..766cefe5806c377c754520fe618911aa68f8e63f 100644
|
| --- a/client/dom/generated/src/frog/SVGAnimatedBoolean.dart
|
| +++ b/client/dom/generated/src/frog/SVGAnimatedBoolean.dart
|
| @@ -1,9 +1,7 @@
|
|
|
| class _SVGAnimatedBooleanJs extends _DOMTypeJs implements SVGAnimatedBoolean native "*SVGAnimatedBoolean" {
|
|
|
| - bool get animVal() native "return this.animVal;";
|
| + final bool animVal;
|
|
|
| - bool get baseVal() native "return this.baseVal;";
|
| -
|
| - void set baseVal(bool value) native "this.baseVal = value;";
|
| + bool baseVal;
|
| }
|
|
|