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

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

Branch1Tags0

Introduction

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

Customize your domain