quiver_hashcode 3.0.0+1 quiver_hashcode: ^3.0.0+1 copied to clipboard
Compute hashCode correctly for your objects
Quiver Hashcode #
End-of-life #
Users of this package should migrate to the core
library in the main
Quiver package. This code is imported
as follows:
import 'package:quiver/core.dart';
Documentation #
Contains functions hashObjects
, hash2
, hash3
, and hash4
that generate
high-quality hashCodes for a list of objects, or 2, 3, or 4 arguments
respectively.