Flutter Dodaj wartość do listy >

Map<String, int> _map = {'str1': 0, 'str2': 1};
print(_map);
Snippets