hashCode property

  1. @override
int hashCode
override

Hash code of this Relation, which is equal to hash code of the Relation id.

Implementation

@override
int get hashCode => id.hashCode;