isLargeGraph property
bool
get
isLargeGraph
Whether this is considered a "large" graph (> 100 nodes). Reactive.
Implementation
bool get isLargeGraph => nodeCount > 100;
Whether this is considered a "large" graph (> 100 nodes). Reactive.
bool get isLargeGraph => nodeCount > 100;