triples property

List<Triple> get triples

Get all triples in the graph

Returns an unmodifiable view of all triples in the graph.

This property provides direct access to the underlying triples, which may be useful for external processing or iteration.

Returns: An unmodifiable list of all triples in the graph

Implementation

List<Triple> get triples => _triples;