documentImage property

Uint8List get documentImage

The document image with some margin as Bitmap.

Implementation

Uint8List get documentImage =>
    convertToUint8List(_map["documentImage"] as String);