menu
stash_app_flutter
core/utils/app_log_store.dart
AppLogStore
entries property
entries
dark_mode
light_mode
entries
property
UnmodifiableListView
<
AppLogEntry
>
get
entries
Implementation
UnmodifiableListView<AppLogEntry> get entries => UnmodifiableListView<AppLogEntry>(_entries);
stash_app_flutter
app_log_store
AppLogStore
entries property
AppLogStore class