toMap<V> method

Future<Map<String, V>> toMap<V>()

Implementation

Future<Map<String, V>> toMap<V>() async => _box!.toMap().cast<String, V>();