Flutter Adicione valor à lista >

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