hash method

  1. @override
int hash(
  1. T a
)
override

Return the hash code of a.

Implementation

@override
int hash(T a) => a.hashCode;