data property

Uint8List? data
final

A byte array containing the image data.

The image data format must be natively supported for decoding by the platform. e.g on Android it can only be one of the supported image formats for decoding.

Implementation

final Uint8List? data;