elementTypeCache property
Cache of ElementTypes instantiated during documentation generation.
Key is a record of (DartType, Library?, InstantiatedTypeAliasElement?).
Implementation
final elementTypeCache =
<(DartType, Library?, InstantiatedTypeAliasElement?), ElementType>{};