| Index: client/html/generated/html/dartium/Notation.dart
|
| diff --git a/client/html/generated/html/dartium/Notation.dart b/client/html/generated/html/dartium/Notation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..07eb0309351accadb680096475ffedbec73908af
|
| --- /dev/null
|
| +++ b/client/html/generated/html/dartium/Notation.dart
|
| @@ -0,0 +1,8 @@
|
| +
|
| +class _NotationImpl extends _NodeImpl implements Notation {
|
| + _NotationImpl._wrap(ptr) : super._wrap(ptr);
|
| +
|
| + String get publicId() => _wrap(_ptr.publicId);
|
| +
|
| + String get systemId() => _wrap(_ptr.systemId);
|
| +}
|
|
|