| Index: client/dom/generated/src/frog/SVGAngle.dart
|
| diff --git a/client/dom/generated/src/frog/SVGAngle.dart b/client/dom/generated/src/frog/SVGAngle.dart
|
| index fb4a0fb33ab28b79fb3267a5b186d4d45bee38d2..ed6995792d8bc0b60e8e70b6f77e7e25fd6c71bf 100644
|
| --- a/client/dom/generated/src/frog/SVGAngle.dart
|
| +++ b/client/dom/generated/src/frog/SVGAngle.dart
|
| @@ -11,19 +11,13 @@ class _SVGAngleJs extends _DOMTypeJs implements SVGAngle native "*SVGAngle" {
|
|
|
| static final int SVG_ANGLETYPE_UNSPECIFIED = 1;
|
|
|
| - int get unitType() native "return this.unitType;";
|
| + final int unitType;
|
|
|
| - num get value() native "return this.value;";
|
| + num value;
|
|
|
| - void set value(num value) native "this.value = value;";
|
| + String valueAsString;
|
|
|
| - String get valueAsString() native "return this.valueAsString;";
|
| -
|
| - void set valueAsString(String value) native "this.valueAsString = value;";
|
| -
|
| - num get valueInSpecifiedUnits() native "return this.valueInSpecifiedUnits;";
|
| -
|
| - void set valueInSpecifiedUnits(num value) native "this.valueInSpecifiedUnits = value;";
|
| + num valueInSpecifiedUnits;
|
|
|
| void convertToSpecifiedUnits(int unitType) native;
|
|
|
|
|