AuthorizedKeysStore constructor

AuthorizedKeysStore([
  1. List<AuthorizedKey> entries = const []
])

Creates a store from entries.

Implementation

AuthorizedKeysStore([List<AuthorizedKey> entries = const []])
  : _entries = List.of(entries);