Flutter: Parse json into object in Flutter, NoSuchMethodError: Class '_Map<String, dynamic>' has no instance method 'cast' with matching arguments
I have been trying to map a json cms to a flutter object and have tried various ways, this way seems to be the best so far, i found it in the Official Flutter Documentation. I'm not sure whats causing…