cachedInstantiations property
Returns all instantiations of this entry already created.
Implementation
@override
Iterable<InstantiatedInspectEntry> get cachedInstantiations sync* {
yield* _cachedInstantiations;
}
Returns all instantiations of this entry already created.
@override
Iterable<InstantiatedInspectEntry> get cachedInstantiations sync* {
yield* _cachedInstantiations;
}