entries property

List<LogEntry> get entries

Implementation

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