Code generation for immutable classes that has a simple syntax/API without compromising on the features. More... English | 한국어 | 简体中文 Welcome to Freezed, yet another code generator for data-classes/unions/pattern-matching/cloning. Motivation # Dart is awesome, but defining a "model" can be tedious. We may have to: define a constructor + the properties override toString, operator ==, hashCode imple