Flutter / dart json encoding and decoding not casting dynamic types
_CastError (type 'List<dynamic>' is not a subtype of type 'List<int>' in type cast) I receive this error when attempting to decode a json string back into the list of objects from which it was created. I don't understand why it…