Dart pour chaque indexé

List _sample = ['a','b','c'];
_sample.asMap().forEach((index, value) => f);
Splendid Salamander