bytes property

Uint8List get bytes
override

Try not to use this

Implementation

Uint8List get bytes {
  return _bytes ?? illegalState("No bytes available");
}