Index: client/html/generated/src/wrapping/_ParamElementWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_ParamElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_ParamElementWrappingImplementation.dart |
deleted file mode 100644 |
index d38b825fad01902aed14351fe326bc4e4ca6007f..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_ParamElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-// 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 ParamElementWrappingImplementation extends ElementWrappingImplementation implements ParamElement { |
- ParamElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- String get name() { return _ptr.name; } |
- |
- void set name(String value) { _ptr.name = value; } |
- |
- String get type() { return _ptr.type; } |
- |
- void set type(String value) { _ptr.type = value; } |
- |
- String get value() { return _ptr.value; } |
- |
- void set value(String value) { _ptr.value = value; } |
- |
- String get valueType() { return _ptr.valueType; } |
- |
- void set valueType(String value) { _ptr.valueType = value; } |
-} |