toHydrate property

List<Node> toHydrate
getter/setter pair

List of nodes that are not hydrated yet. These nodes will be removed when the render object is finalized.

Implementation

List<web.Node> toHydrate = [];