| Index: lib/core/expando.dart
|
| diff --git a/lib/core/expando.dart b/lib/core/expando.dart
|
| index 901cee5c29ed24d621ed3d940031bd33c43c5745..f027893ece0b0d39af2668229415b43909f28d61 100644
|
| --- a/lib/core/expando.dart
|
| +++ b/lib/core/expando.dart
|
| @@ -15,11 +15,11 @@ class Expando<T> {
|
|
|
| /**
|
| * Creates a new [Expando]. The optional name is only used for
|
| - * debugging purposes and creating two different (non-const)
|
| - * [Expando]s with the same name yields two [Expando]s that work on
|
| - * different properties of the objects they are used on.
|
| + * debugging purposes and creating two different [Expando]s with the
|
| + * same name yields two [Expando]s that work on different properties
|
| + * of the objects they are used on.
|
| */
|
| - const Expando([String this.name]);
|
| + external Expando([String name]);
|
|
|
| /**
|
| * Expando toString method override.
|
|
|