GeneratePdfFromDocumentsResponse class
Represents the response for generating a PDF from multiple documents.
Constructors
- GeneratePdfFromDocumentsResponse({required PdfCombinerStatus status, String outputPath = "", required String message})
- Creates a response object for PDF generation.
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- message ↔ String
- 
  A message providing additional details about the process.
  getter/setter pair
- outputPath ↔ String
- 
  The file path where the generated PDF is saved.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status ↔ PdfCombinerStatus
- 
  The status of the PDF generation process.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited