How to generate data files:
Creating a new data file:
- Create a new file for your data type in the
/data directory with the .dart extension - Create a class for your data type with
toJson and fromJson methods (see existing files for examples)
To update an existing data file:
- Make your changes directly to the dart file.