Key constructor

const Key(
  1. Uint8List bytes
)

Creates an Encryption Key object from a Uint8List.

Implementation

const Key(super.bytes);