entries property

List<String> get entries

The entries, oldest first. The returned list is an unmodifiable copy.

Implementation

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