entries property

List<String> get entries

The entries, oldest first. The returned list is a copy.

Implementation

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