这个 python 字典在 Dart 中的等价物是什么?
edges = {(1, 'a') : 2, (2, 'a') : 2, (2, '1') : 3, (3, '1') : 3}
dart
dart ×1