documentPath property

String? documentPath
final

Path to the document.

Can be an asset path (assets/doc.pdf), a file path, or a remote URL. If both documentPath and documentBytes are provided, documentPath takes precedence.

Implementation

final String? documentPath;