Why It’s Not Equatable VS Freezed With Value Objects

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.