totalSize property

int get totalSize

Total size of all the nodes in the program.

Implementation

int get totalSize => root.totalSize;