totalSize property
int
get
totalSize
Total size of all the nodes in the program.
Implementation
int get totalSize => root.totalSize;
Total size of all the nodes in the program.
int get totalSize => root.totalSize;