BytesKey constructor

BytesKey(
  1. Uint8List bytes
)

Constructor.

Implementation

BytesKey(this.bytes);