stringEntries property

Iterable<MapEntry<KdbxKey, StringValue?>> stringEntries

Implementation

Iterable<MapEntry<KdbxKey, StringValue?>> get stringEntries =>
    _strings.entries;