snapshot property

Map<String, String> get snapshot

A read-only view of the backing map (for assertions in tests).

Implementation

Map<String, String> get snapshot => Map.unmodifiable(_data);