isEmpty property

bool get isEmpty

Whether this graph contains any triples

Returns true if the graph contains no triples. This is equivalent to graph.triples.isEmpty.

Implementation

bool get isEmpty => _triples.isEmpty;