Dart List Convert to Map Using Index. ... final result1 = list.select$1((element, index) => MapEntry(index, element));. print(result1);.
確定! 回上一頁