Encrypted constructor

const Encrypted(
  1. Uint8List _bytes
)

Creates an Encrypted object from a Uint8List.

Implementation

const Encrypted(this._bytes);