keys property

List<String> keys

Returns the storage keys in this state.

Implementation

List<String> get keys => List.from(_properties.keys);