toMap abstract method

Map<dynamic, E> toMap()

Converts this collection to a Map.

Implementation

Map<dynamic, E> toMap();