size property
int
get
size
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;