entries property

List<AuthorizedKey> get entries

All entries (unmodifiable view).

Implementation

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