BatchCreatePrintersResponse constructor
BatchCreatePrintersResponse({
- List<
FailureInfo> ? failures, - List<
Printer> ? printers,
Implementation
BatchCreatePrintersResponse({
this.failures,
this.printers,
});