eventLog property

List<BloomDevToolsEvent> get eventLog

Unmodifiable view of the most recent diagnostic events, ordered from oldest to newest.

Bounded to maxEventLogSize entries.

Implementation

static List<BloomDevToolsEvent> get eventLog => List.unmodifiable(_eventLog);