totalCount property

int get totalCount

Implementation

int get totalCount =>
    nodeCount + portCount + connectionCount + annotationCount;