build method

Map<String, dynamic> build()

Builds the map for the visited AST nodes.

Implementation

Map<String, dynamic> build() => _topLevel.value;