Comment puis-je être en profondeur dans la fléchette

Map mapA = {
    'foo': 'bar'
};
Map mapB = new Map.from(mapA);
Average Joe