history property

List<AppResourceSnapshot> get history

An unmodifiable copy of the snapshot history currently held by the overlay.

Implementation

List<AppResourceSnapshot> get history => List.unmodifiable(_history);