CipherKey constructor

CipherKey({
  1. Map<String, Uint8List>? keys,
})

Implementation

CipherKey({this.keys});