changeLog property

List<OrbitMutation> get changeLog

The most recent mutations across every store, oldest first, capped at the last 200. Only populated while debugLogging is on. Useful to inspect in a debugger, print in a bug report, or render in your own debug overlay.

Implementation

static List<OrbitMutation> get changeLog => List.unmodifiable(_log);