bytes property

Uint8List get bytes

Implementation

Uint8List get bytes {
  _assertNotReleased();
  return _snapshot;
}