orthros / dart-epub

Epub Reader and Writer for Dart
MIT License
218 stars 226 forks source link

Fix hashcode computation #78

Closed timekone closed 4 years ago

timekone commented 4 years ago

Fixes hashcode computation for several classes with List fields. See #77

Some classes already had the correct implementation(for example EpubNavigationPoint). I used them as a reference and tried to preserve the code style.

Old tests passed. Updated tests pass as well.

Also resolves #74(see #75).