Index: client/dom/generated/src/frog/AudioParam.dart |
diff --git a/client/dom/generated/src/frog/AudioParam.dart b/client/dom/generated/src/frog/AudioParam.dart |
index 87afdec9adf25a2e1959eb9bd1cae7ea2ba663f3..dd9bb5384c5fe10a62689da2c36379f0ff815cfa 100644 |
--- a/client/dom/generated/src/frog/AudioParam.dart |
+++ b/client/dom/generated/src/frog/AudioParam.dart |
@@ -1,19 +1,17 @@ |
class _AudioParamJs extends _DOMTypeJs implements AudioParam native "*AudioParam" { |
- num get defaultValue() native "return this.defaultValue;"; |
+ final num defaultValue; |
- num get maxValue() native "return this.maxValue;"; |
+ final num maxValue; |
- num get minValue() native "return this.minValue;"; |
+ final num minValue; |
- String get name() native "return this.name;"; |
+ final String name; |
- int get units() native "return this.units;"; |
+ final int units; |
- num get value() native "return this.value;"; |
- |
- void set value(num value) native "this.value = value;"; |
+ num value; |
void cancelScheduledValues(num startTime) native; |