In python there are dictionaries like: d={\'one\':{\'1\':\'2\'}} So when you do d[\'one\'][\'1\'] you get \'2\'. Is there a way to do the same in dart? I can\'t
d={\'one\':{\'1\':\'2\'}}