| Index: client/dom/generated/src/frog/Notification.dart
|
| diff --git a/client/dom/generated/src/frog/Notification.dart b/client/dom/generated/src/frog/Notification.dart
|
| index 36f8e9d450ba7183a5cab97ba011f6a80a6ec21a..1a21f5b4124dee23ec4d3d86d8715463a0e0edd6 100644
|
| --- a/client/dom/generated/src/frog/Notification.dart
|
| +++ b/client/dom/generated/src/frog/Notification.dart
|
| @@ -1,9 +1,13 @@
|
|
|
| class Notification native "*Notification" {
|
|
|
| - String dir;
|
| + String get dir() native "return this.dir;";
|
|
|
| - String replaceId;
|
| + void set dir(String value) native "this.dir = value;";
|
| +
|
| + String get replaceId() native "return this.replaceId;";
|
| +
|
| + void set replaceId(String value) native "this.replaceId = value;";
|
|
|
| void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
|
|
|
|
|