| <!--- | |
| Generated by https://github.com/polina-c/layerlens | |
| Dependencies that create loops (inversions) are marked with `!`. | |
| --> | |
| ```mermaid | |
| flowchart TD; | |
| _snapshot.dart-->_util.dart; | |
| _snapshot.dart-->model.dart; | |
| _usage_event.dart-->_util.dart; | |
| _usage_event.dart-->model.dart; | |
| auto_snapshotting.dart-->_snapshot.dart; | |
| auto_snapshotting.dart-->_usage_event.dart; | |
| auto_snapshotting.dart-->model.dart; | |
| ``` | |
| ### Inversions | |
| In this folder: 0 | |
| Including sub-folders: 0 | |