After installing and experimenting on the freezed package, now let's create producs model.
First, create the "product.dart" file under src/product/model/product/ with the following code.
After this run, the command "pub run build_runner build" on the terminal of the project to generate the product source code. After running it you should see "product.freezed.dart" and "product.g.dart" files next to it where the generated source code is written.