Lista de cópias profundas do dart
a = [ ['a', 'b'], ['c', 'd'] ];
a.map((e) => e.toList()).toList();
just-saved-you-a-stackoverflow-visit
a = [ ['a', 'b'], ['c', 'd'] ];
a.map((e) => e.toList()).toList();