Flutter Agregar valor a la lista >

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