dwds 27.1.2
SDKdartflutter
Platformandroidioswindowslinuxmacos
A service that proxies between the Chrome debug protocol and the Dart VM service protocol.
How to generate data files:
Creating a new data file:
- Create a new file for your data type in the
/datadirectory with the.dartextension - Create a class for your data type with
toJsonandfromJsonmethods (see existing files for examples)
To update an existing data file:
- Make your changes directly to the dart file.