PdfFromMultipleImageResponse class

Represents the response for creating a PDF from multiple images.

Constructors

PdfFromMultipleImageResponse.new({required PdfCombinerStatus status, String outputPath = "", String? message})
Creates a response object for generating a PDF from multiple images.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
An optional 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 creation 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