MergeMultiplePDFResponse class

Represents the response for merging multiple PDF files into a single document.

Constructors

MergeMultiplePDFResponse.new({required PdfCombinerStatus status, String outputPath = "", required String message})
Creates a response object for merging multiple PDFs.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A message providing additional details about the merging process.
getter/setter pair
outputPath String
The file path where the merged 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 merging 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