isEmpty property

bool isEmpty

Returns true this graph is empty.

Implementation

bool get isEmpty => _allNodes.isEmpty;