toMap abstract method

Future<Map<dynamic, E>> toMap()

Convert the box to a map

Implementation

Future<Map<dynamic, E>> toMap();