Index: pkg/serialization/lib/src/basic_rule.dart |
diff --git a/pkg/serialization/lib/src/basic_rule.dart b/pkg/serialization/lib/src/basic_rule.dart |
index bfc19145cec7e183284d08bdfa01a372806ea6d9..9b4754f2ce8c8c5ab555da45bdff86d6db6e0b59 100644 |
--- a/pkg/serialization/lib/src/basic_rule.dart |
+++ b/pkg/serialization/lib/src/basic_rule.dart |
@@ -99,9 +99,6 @@ class BasicRule extends SerializationRule { |
field.specialTreatment = setter; |
} |
- // TODO(alanknight): Polyfill for the non-hashability of mirrors. Issue 6880. |
- get typeWrapped => new ClassMirrorWrapper(type); |
- |
/** Return the name of the constructor used to create new instances on read.*/ |
String get constructorName => constructor.name; |