hashCode property

  1. @override
int get hashCode
override

Uniqueness based on primary key of triple.

只取三元组主键作为唯一性的依据

Implementation

@override
int get hashCode => Object.hash(start, ranking, end);