imageBytes property

Uint8List? imageBytes
final

The data type of ImageBytes is Uint8List?, which means it can either hold a Uint8List or be null.

Implementation

final Uint8List? imageBytes;