Back to Dart Lang

How to generate data files:

pkg/dwds/lib/data/README.md

3.13.0-104.0.dev349 B
Original Source

How to generate data files:

Creating a new data file:

  1. Create a new file for your data type in the /data directory with the .dart extension
  2. Create a class for your data type with toJson and fromJson methods (see existing files for examples)

To update an existing data file:

  1. Make your changes directly to the dart file.