ImageFromPDFResponse constructor
ImageFromPDFResponse({
- PdfCombinerStatus status = PdfCombinerStatus.empty,
- List<
String?> ? response, - String? message,
Implementation
ImageFromPDFResponse(
{this.status = PdfCombinerStatus.empty, this.response, this.message});