cloneBytes method

Uint8List cloneBytes()

Get copy of bytes

Implementation

Uint8List cloneBytes() {
  return Uint8List.fromList(_bytes);
}