Index: client/dom/generated/src/frog/SpeechInputResultList.dart |
diff --git a/client/dom/generated/src/frog/SpeechInputResultList.dart b/client/dom/generated/src/frog/SpeechInputResultList.dart |
index c4b76577dbe584f70098986b9829a54c9f515b61..5717be4260304a9d0773526ba2f05163d43d8602 100644 |
--- a/client/dom/generated/src/frog/SpeechInputResultList.dart |
+++ b/client/dom/generated/src/frog/SpeechInputResultList.dart |
@@ -1,7 +1,7 @@ |
class _SpeechInputResultListJs extends _DOMTypeJs implements SpeechInputResultList native "*SpeechInputResultList" { |
- int get length() native "return this.length;"; |
+ final int length; |
_SpeechInputResultJs item(int index) native; |
} |