ByteArrayAndroidBitmap constructor

const ByteArrayAndroidBitmap(
  1. Uint8List _bitmap
)

Constructs an instance of ByteArrayAndroidBitmap.

Implementation

const ByteArrayAndroidBitmap(this._bitmap);