Flutter Freezed: a short guide on how to use it and reduce boilerplate code
Boilerplate code represents chunks of code that are minimally varied and replicated elsewhere.
It is never fun to write boilerplate code but do not confuse boilerplate code with repetitive code.
For example, if you want to create an HTML document, you must write html, head, and body tags otherwise your