nodes property

HashMap<Pod, Node?> nodes
final

The state map, where each pod has a corresponding Node.

Implementation

final nodes = HashMap<Pod<dynamic>, Node?>();