hash method

*<Null safety>*
  • @override

int hash (E e) override

Implementation

@override
int hash(E e) => identityHashCode(e);