hash method

*<Null safety>*
  • @override

int hash (Object? e) override

Implementation

@override
int hash(Object? e) => e.hashCode;