isEmpty property
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;
Whether this graph contains any triples
Returns true if the graph contains no triples.
This is equivalent to graph.triples.isEmpty
.
bool get isEmpty => _triples.isEmpty;