size property
Number of triples in this graph
Provides the count of triples contained in this graph.
This is equivalent to graph.triples.length
.
Implementation
int get size => _triples.length;
Number of triples in this graph
Provides the count of triples contained in this graph.
This is equivalent to graph.triples.length
.
int get size => _triples.length;