CreateImageFromPDFResponse constructor Null safety

CreateImageFromPDFResponse(
  1. {String? status = Status.empty,
  2. List<String?>? response,
  3. String? message}
)

Implementation

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