bytes property

Uint8List get bytes

Gets the bytes of the photo.

Implementation

Uint8List get bytes {
  assert(_bytes != null);
  return _bytes!;
}