Encrypted constructor

Encrypted(
  1. Uint8List _bytes
)

Creates an Encrypted object from a Uint8List.

Implementation

Encrypted(this._bytes);