items property

Queue<LogItem> items
final

An in-memory queue of the most recent log items, capped by maxStoredLogs.

Implementation

static final items = Queue<LogItem>();