isDirected property

  1. @override
bool isDirected
override

Returns true, if the graph is directed.

Implementation

@override
bool get isDirected => delegate.isDirected;