Why It’s Not Equatable VS Freezed With Value Objects

Fred Grott
5 min readFeb 12, 2022

The most error-prone assumption that is repeated about value objects is that since freezed cannot inherit classes, that somehow one cannot do entities as interfaces and mixins. Let me show you why that is wrong by just showing you using Eqatable and Freezed to create models.

Models Using Equatable

--

--