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

refactor: simplify `toString` logic #140

Closed Amir-P closed 11 months ago

Amir-P commented 2 years ago

Status

READY

Breaking Changes

NO

Description

The goal is to simplify toString method on Equatable and EquatableMixin and remove repetitive logic.

Amir-P commented 2 years ago

@felangel Will you be able to check this PR?