allData property

Map<String, String> get allData

Gets all stored data (for test verification).

Implementation

Map<String, String> get allData => Map.unmodifiable(_storage);