toMap method

Map<String, Map> toMap()

Returns a Map representation of this graph, the underlying Hive box.

Implementation

Map<String, Map> toMap() => _toMap();