entries property

UnmodifiableListView<AppLogEntry> get entries

Implementation

UnmodifiableListView<AppLogEntry> get entries =>
    UnmodifiableListView<AppLogEntry>(_entries);