| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..10c7b59c89126abfd87f7cb63584cbe782743429
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SpeechInputResultList.dart
|
| @@ -0,0 +1,11 @@
|
| +
|
| +class SpeechInputResultList native "SpeechInputResultList" {
|
| +
|
| + int length;
|
| +
|
| + SpeechInputResult item(int index) native;
|
| +
|
| + var dartObjectLocalStorage;
|
| +
|
| + String get typeName() native;
|
| +}
|
|
|