hashCode property

  1. @override
int get hashCode
override

Provides a consistent hash code for this graph based on its triples.

The hash code is order-independent to match the equality implementation, ensuring that two graphs with the same triples in different orders will have the same hash code.

Implementation

@override
int get hashCode => Object.hashAllUnordered(_triples);