menu
flutter_graph_view package
documentation
model/vertex.dart
Vertex<I>
hashCode property
hashCode property
dark_mode
light_mode
hashCode
property
@
override
int
get
hashCode
override
Uniqueness based on primary key
只取主键作为唯一性的依据
Implementation
@override int get hashCode => id.hashCode;
flutter_graph_view package
documentation
model/vertex
Vertex<I>
hashCode property
Vertex class