BatchDeletePrintersResponse constructor

BatchDeletePrintersResponse({
  1. List<FailureInfo>? failedPrinters,
  2. List<String>? printerIds,
})

Implementation

BatchDeletePrintersResponse({
  this.failedPrinters,
  this.printerIds,
});