Browse Source

add aurora platform

master
parent
commit
8a95283931
  1. 1
      lib/src/kdbx_entry.dart

1
lib/src/kdbx_entry.dart

@ -57,6 +57,7 @@ bool kdbxKeyCommonAssertConsistency() {
class KdbxKey { class KdbxKey {
KdbxKey(this.key) : _canonicalKey = key.toLowerCase(); KdbxKey(this.key) : _canonicalKey = key.toLowerCase();
const KdbxKey._(this.key, this._canonicalKey); const KdbxKey._(this.key, this._canonicalKey);
const KdbxKey.origin(this.key, this._canonicalKey);
final String key; final String key;
final String _canonicalKey; final String _canonicalKey;

Loading…
Cancel
Save