dart declare object lass '_InternalLinkedHashMap<String, Null>' has no instance getter code example
Example: Class '_InternalLinkedHashMap' has no instance getter 'data'
The issue was with the fetching data type i was trying to access list as a Map
so changing it will help or you can cast the data coming from http using
.cast<String,dynamic>()