Flutter How to create, for a rest api, nested json response class?
Using Flutter, I would like to read a nested rest api. I found this free rest api here: https://dictionaryapi.dev/ But I don't understand how to create a class for a nested json response. I've read that I don't actually need…