BinaryLengthValue constructor

BinaryLengthValue(
  1. Uint8List bytes
)

Create a length-value for a sequence of bytes.

Implementation

BinaryLengthValue(Uint8List bytes) : _dataBytes = bytes;