flutter
Flutter: Generating JSON-Serialization
Flutter has a library for generating (de)serialization of json-data. You need following development(!)-dependencies: dev_dependencies: # Your other dev_dependencies here build_runner: <latest_version> json_serializable: <latest_version> Your task is to write the class that will hold the data on your own and