Index: client/html/generated/html/frog/SVGNumberList.dart |
diff --git a/client/html/generated/html/frog/SVGNumberList.dart b/client/html/generated/html/frog/SVGNumberList.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0f683c71878193ce5bd155becd880a80f5992e57 |
--- /dev/null |
+++ b/client/html/generated/html/frog/SVGNumberList.dart |
@@ -0,0 +1,19 @@ |
+ |
+class _SVGNumberListImpl implements SVGNumberList native "*SVGNumberList" { |
+ |
+ final int numberOfItems; |
+ |
+ _SVGNumberImpl appendItem(_SVGNumberImpl item) native; |
+ |
+ void clear() native; |
+ |
+ _SVGNumberImpl getItem(int index) native; |
+ |
+ _SVGNumberImpl initialize(_SVGNumberImpl item) native; |
+ |
+ _SVGNumberImpl insertItemBefore(_SVGNumberImpl item, int index) native; |
+ |
+ _SVGNumberImpl removeItem(int index) native; |
+ |
+ _SVGNumberImpl replaceItem(_SVGNumberImpl item, int index) native; |
+} |