key property

Uint8List key

Implementation

Uint8List get key => this._key;
void key=(Uint8List value)

Implementation

set key(Uint8List value) => this._key = value;