getRuntimeHints abstract method
Returns a map of Type to RuntimeHint for all registered descriptors.
The returned map can be used by other parts of the reflection system to
dynamically construct or invoke types without dart:mirrors.
Implementation
Map<Type, RuntimeHint> getRuntimeHints();