| Index: client/dom/generated/src/frog/Entity.dart
|
| diff --git a/client/dom/generated/src/frog/Entity.dart b/client/dom/generated/src/frog/Entity.dart
|
| index f5eb0d5bb861bd34c058a8cba82bf3c8b98026f6..6d5d9cd06a2f5961a799d443059fa52d7cc8c331 100644
|
| --- a/client/dom/generated/src/frog/Entity.dart
|
| +++ b/client/dom/generated/src/frog/Entity.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| class _EntityJs extends _NodeJs implements Entity native "*Entity" {
|
|
|
| - String get notationName() native "return this.notationName;";
|
| + final String notationName;
|
|
|
| - String get publicId() native "return this.publicId;";
|
| + final String publicId;
|
|
|
| - String get systemId() native "return this.systemId;";
|
| + final String systemId;
|
| }
|
|
|