data property

Uint8List data
getter/setter pair

Raw pixel data for the image.

For single-frame images this is exactly frameSize bytes.

For multi-frame images (e.g. animated GIFs) this is frameSize * frameCount bytes.

Implementation

abstract Uint8List data;