documentBytes property

Uint8List? documentBytes
final

Document content as in-memory bytes.

Use when the document isn't available as a file. If both documentPath and documentBytes are provided, documentPath takes precedence.

Implementation

final Uint8List? documentBytes;