flutter (12325): Closure: () => Map<String, dynamic> from Function 'data':. code example
Example 1: flutter map dynamic
Map var = {'item': 0, 'name': 'John'}
Example 2: type '_InternalLinkedHashMap' is not a subtype of type 'Map'
Future>> fetch() async {
http.Response response = await http.get('http://10.0.2.2:8000/api/membres');
if (response.statusCode != 200) return null;
return List