entries property

List<LogEntry> get entries

Implementation

List<LogEntry> get entries => _entries.toList(growable: false);