toMap method

  1. @override
Map<String, Map<String, dynamic>?> toMap()
override

Return the entire contents of the cache as Map.

NOTE: some Stores might return mutable objects referenced by the store itself.

Implementation

@override
Map<String, Map<String, dynamic>?> toMap() => Map.unmodifiable(box.toMap());