isNotEmpty property
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;
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
.
bool get isNotEmpty => _triples.isNotEmpty;