How to convert _JsonMap to Map in flutter
15:28 19 Nov 2021

I have response body with type _JsonMap

enter image description here

How I can convert it into standard Json? I cannot find way to extract map with my data from this object

json flutter dart