Login
From:
dcm.dev
(Uncensored)
subscribe
Demystifying Union Types in Dart, Tagged vs. Untagged, Once and For All | DCM - Code Quality Tool for Flutter Developers
https://dcm.dev/blog/2024/12/10/demystifying-union-types-dart-tagged-untagged/
links
backlinks
Tagged with:
blog
Roast topics
Find topics
Find it!
Let's learn what are union types, both tagged and untagged unions and what are the possibilities in Dart that doesn't have native support for union types including sealed classes, Either and pub packages.