BatchCreatePrintersResponse constructor

BatchCreatePrintersResponse({
  1. List<FailureInfo>? failures,
  2. List<Printer>? printers,
})

Implementation

BatchCreatePrintersResponse({this.failures, this.printers});