You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Freezed supports directly creating a union-case and preserving its type, for example :
In modddels, this is not supported (for now). If needed, you can cast the case-modddel directly after creating it, like this :
Although it's pretty safe, it's not very clean so I'll look into implementing a better alternative.
Originally posted by @CodingSoot in #8 (comment)