entries property

List<LogEntry> get entries

Returns an unmodifiable view of all entries oldest-first.

Implementation

List<LogEntry> get entries => List<LogEntry>.unmodifiable(_entries);