reflectableData property

Map<Reflectable, ReflectorData>? reflectableData

This mapping contains the mirror-data for each reflector. It will be initialized in the generated code.

Implementation

Map<Reflectable, ReflectorData>? get reflectableData;