CreatePDFFromMultipleImageResponse constructor Null safety

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

Implementation

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