| Index: client/html/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..40ef1b4a9827e0d745e96edcad77cf8053562cf2
|
| --- /dev/null
|
| +++ b/client/html/generated/src/wrapping/_SVGLangSpaceWrappingImplementation.dart
|
| @@ -0,0 +1,17 @@
|
| +// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +class SVGLangSpaceWrappingImplementation extends DOMWrapperBase implements SVGLangSpace {
|
| + SVGLangSpaceWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| +
|
| + String get xmllang() { return _ptr.xmllang; }
|
| +
|
| + void set xmllang(String value) { _ptr.xmllang = value; }
|
| +
|
| + String get xmlspace() { return _ptr.xmlspace; }
|
| +
|
| + void set xmlspace(String value) { _ptr.xmlspace = value; }
|
| +}
|
|
|