data top-level property

Map<Reflection, ReflectorData> data
getter/setter pair

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

Implementation

Map<Reflection, ReflectorData> data = throw StateError(
  pleaseInitializeMessage,
);