nodes property

Map<String, Node> nodes
getter/setter pair

A map of nodes (Dart files).

Implementation

Map<String, Node> nodes = {};