MergeMultiplePDFResponse constructor

MergeMultiplePDFResponse({
  1. String? status = Status.empty,
  2. String? response,
  3. String? message,
})

Implementation

MergeMultiplePDFResponse(
    {this.status = Status.empty, this.response, this.message});