Here’s a nice simple article explaining enhanced enums that have been around for a while but may be something overlooked. Between these and sealed classes I think Dart has an excellent story for pattern matching.

  • @[email protected]
    link
    fedilink
    11 year ago

    I’m not sure enhanced enums do what you think they do if you expect freezed to generate anything for them besides what json_serializable generates for regular enums

      • @problematicconsumerM
        link
        11 year ago

        Instead of writing verbose extensions and functions all over the place you can use enhanced enums. I mean what else are they supposed to do?