equatable:自动生成对象相等性判断,告别繁琐的==和hashCode重写

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.

分支1Tags0

项目介绍

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.

定制我的领域