@ -2,6 +2,7 @@
library kdbx;
export 'src/crypto/protected_value.dart' show ProtectedValue, StringValue, PlainValue;
export 'src/kdbx_consts.dart';
export 'src/kdbx_entry.dart';
export 'src/kdbx_format.dart';
export 'src/kdbx_header.dart'
@ -51,7 +51,7 @@ class KdbxEntry extends KdbxObject {
}
final bool isHistoryEntry;
List<KdbxEntry> _history;
List<KdbxEntry> get history => _history ??= (() {