toMap method

List toMap()

Implementation

List<dynamic> toMap() {
  return _items.map(_mapPassage).toList();
}