felangel / equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
https://pub.dev/packages/equatable
MIT License
920 stars 102 forks source link

test: add tests for nested iterable #135

Closed felangel closed 2 years ago

felangel commented 2 years ago

Status

READY

Breaking Changes

NO

Description