cachedInstantiations property

  1. @override
Iterable<InstantiatedInspectEntry> get cachedInstantiations
override

Returns all instantiations of this entry already created.

Implementation

@override
Iterable<InstantiatedInspectEntry> get cachedInstantiations sync* {
  yield* _cachedInstantiations;
}