toMap abstract method

Map<dynamic, E> toMap()

Returns a map which contains all key - value pairs of the box.

Implementation

Map<dynamic, E> toMap();