PdfAnnotationResult.error constructor

PdfAnnotationResult.error(
  1. String message
)

Creates an error result with a human-readable message.

Implementation

factory PdfAnnotationResult.error(String message) =>
    PdfAnnotationResult._(error: message);