Answers for "Class '_InternalLinkedHashMap<String, dynamic>' has no instance getter 'data'"

0

Class '_InternalLinkedHashMap<String, dynamic>' 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>()
Posted by: Guest on April-20-2021

Code answers related to "Class '_InternalLinkedHashMap<String, dynamic>' has no instance getter 'data'"

Browse Popular Code Answers by Language