keysets property

List<Keyset> keysets

Returns a list of all keysets in this store.

Implementation

List<Keyset> get keysets => _store.values.toList(growable: false);