| Index: client/dom/generated/src/frog/SVGLengthList.dart
|
| diff --git a/client/dom/generated/src/frog/SVGLengthList.dart b/client/dom/generated/src/frog/SVGLengthList.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7aa91cb823d2c61f3c6d9cfcfd30d1138272ffce
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGLengthList.dart
|
| @@ -0,0 +1,23 @@
|
| +
|
| +class SVGLengthList native "SVGLengthList" {
|
| +
|
| + int numberOfItems;
|
| +
|
| + SVGLength appendItem(SVGLength item) native;
|
| +
|
| + void clear() native;
|
| +
|
| + SVGLength getItem(int index) native;
|
| +
|
| + SVGLength initialize(SVGLength item) native;
|
| +
|
| + SVGLength insertItemBefore(SVGLength item, int index) native;
|
| +
|
| + SVGLength removeItem(int index) native;
|
| +
|
| + SVGLength replaceItem(SVGLength item, int index) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|