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 df1cae7bc4d895828059d3988174b8b0dfa99202..5c2e5f3589c4a60f2a546ad8cc6364c3aa9d1b4a 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; |