Returns true if this reflector has capabilities for the given Type.
@override bool canReflectType(Type type) { return _hasTypeCapability && data[this]?.typeMirrorForType(type) != null; }