BatchDeletePrintersResponse constructor
BatchDeletePrintersResponse({
- List<
FailureInfo> ? failedPrinters, - List<
String> ? printerIds,
Implementation
BatchDeletePrintersResponse({
this.failedPrinters,
this.printerIds,
});