hydratedIslands property

List<BloomIslandInstance> get hydratedIslands

All island instances that have successfully hydrated into interactive subtrees.

Implementation

List<BloomIslandInstance> get hydratedIslands =>
    _islands.where((i) => i.isHydrated).toList();