body.map((dynamic item) => Dolar.fromJson(item)).toList(); ^^^^^^, You may need to update your question to include the Dolar model and see the, I put an example equal to my Model and a print of the current error after your suggestion, Yes, all of them, id, name, as it is in the json template I put above, to put them in my model, which has the same fields, The answer from daddy Games above already solved my problem, I also appreciate your help :D, Flutter type '_InternalLinkedHashMap' is not a subtype of type 'List', Microsoft Azure joins Collectives on Stack Overflow. How to tell if my LLC's registered agent has resigned? Can a county without an HOA or Covenants stop people from storing campers or building sheds? _InternalLinkedHashMap<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic> { "name": "Bob", "songs": { "1": { "title": "Foo", "price": 100 }, "2": { "title": "Bar", "price": 200 } } } final Map<String,dynamic> map = snapshot.data["songs"]; (If It Is At All Possible). Two parallel diagonal lines on a Schengen passport stamp. Site load takes 30 minutes after deploying DLL into local instance. In general, you should try to trim your example down to the minimal possible reproduction of your issue. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. Why Is PNG file with Drop Shadow in Flutter Web App Grainy? Why did it take so long for Europeans to adopt the moldboard plow? Did Richard Feynman say that anyone who claims to understand quantum physics is lying or crazy? Unhandled Exception: type List <dynamic is not a subtype of type 'String' http . Asking for help, clarification, or responding to other answers. Transporting School Children / Bigger Cargo Bikes or Trailers, First story where the hero/MC trains a defenseless village against raiders, How to see the number of layers currently selected in QGIS. This errors are completely annoying, thanks ! Is it realistic for an actor to act in four movies in six months? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. To learn more, see our tips on writing great answers. To learn more, see our tips on writing great answers. From jsonDecode("[]") as List