isLargeGraph property

bool get isLargeGraph

Whether this is considered a "large" graph (> 100 nodes). Reactive.

Implementation

bool get isLargeGraph => nodeCount > 100;