PdfFromMultipleImageResponse constructor
PdfFromMultipleImageResponse({
- PdfCombinerStatus status = PdfCombinerStatus.empty,
- String? response,
- String? message,
Implementation
PdfFromMultipleImageResponse(
{this.status = PdfCombinerStatus.empty, this.response, this.message});