hash method

*<Null safety>*
  • @override

int hash (E e) override

Implementation

@override
int hash(E e) => _inner.hash(_comparisonKey(e));