BatchCreatePrintersRequest constructor

BatchCreatePrintersRequest({
  1. List<CreatePrinterRequest>? requests,
})

Implementation

BatchCreatePrintersRequest({
  this.requests,
});