rawValue property

Uint8List get rawValue

Gets the raw value of the entry as a Uint8List.

Implementation

Uint8List get rawValue => _list.getValue(_pos);