memoryImage property

Uint8List? memoryImage
final

Image data that is loaded into memory. This is used when imageType is ImageType.memory.

Implementation

final Uint8List? memoryImage;