isNotEmpty property

bool isNotEmpty

Returns true this graph NOT is empty.

Implementation

bool get isNotEmpty => _allNodes.isNotEmpty;