isNotEmpty property

bool get isNotEmpty

Whether this graph contains at least one triple

Returns true if the graph contains at least one triple. This is equivalent to graph.triples.isNotEmpty.

Implementation

bool get isNotEmpty => _triples.isNotEmpty;