I keep getting an error in flutter, Uncaught (in promise) Error: Expected a value of type 'String', but got one of type 'TypeErrorImpl'
This happens after fetching data from an api. The request executes successfully and i get a json response of departments but I can't process the response. Uncaught (in promise) Error: Expected a value of type 'String', but got one of…