KdbxKey constructor

KdbxKey(
  1. String key
)

Implementation

KdbxKey(this.key) : _canonicalKey = key.toLowerCase();