PdfAnnotationResult.error constructor
PdfAnnotationResult.error(
- String message
Creates an error result with a human-readable message.
Implementation
factory PdfAnnotationResult.error(String message) =>
PdfAnnotationResult._(error: message);