elementTypeCache property

Map<(DartType, Library?, InstantiatedTypeAliasElement?), ElementType> elementTypeCache
final

Cache of ElementTypes instantiated during documentation generation.

Key is a record of (DartType, Library?, InstantiatedTypeAliasElement?).

Implementation

final elementTypeCache =
    <(DartType, Library?, InstantiatedTypeAliasElement?), ElementType>{};