logEntries property

List<LogEntry> get logEntries

Entries available for the Logs tab to render. Implementations that don't retain entries in memory can leave this at the default empty list.

Implementation

List<LogEntry> get logEntries => const [];