uint8List property

Uint8List uint8List

Implementation

Uint8List get uint8List {
  return Uint8List.fromList(getBytes);
}