documentImage property
Uint8List
get
documentImage
The document image with some margin as Bitmap.
Implementation
Uint8List get documentImage =>
convertToUint8List(_map["documentImage"] as String);
The document image with some margin as Bitmap.
Uint8List get documentImage =>
convertToUint8List(_map["documentImage"] as String);