mapData function

Iterable mapData(
  1. List list
)

Implementation

Iterable mapData(List list) {
  return list.asMap().entries;
}