runner/storage_step_diff library

Classes

StorageKeyChange
One public-storage key change during a test step.
StorageStepDiff
Public-storage diff attributed to one top-level step.

Functions

capturePublicStorage() Map<String, dynamic>
Deep-copies current public StorageManager keys into a plain map.
diffStorage(Map<String, dynamic> before, Map<String, dynamic> after) List<StorageKeyChange>
Diff of public storage maps. Returns only keys that changed.