@override bool equals(other) => other is HashElement && super.equals(other) && other.hashElement == hashElement;