DefaultAESDecryptKey.from constructor

DefaultAESDecryptKey.from({
  1. String? name,
  2. String? encode,
  3. String? fallback,
})

Implementation

DefaultAESDecryptKey.from({this.name, this.encode, this.fallback});