documentPath property
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;
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.
final String? documentPath;