totalSize property

int totalSize

Total size of all the nodes in the program.

Implementation

int get totalSize => root.totalSize;