image property

Uint8List get image

Image representation as raw bytes.

Returns

  • Uint8List: Byte array containing the condition image data.

Implementation

Uint8List get image => img.getRenderableImageBytes()!;