BatchCreatePrintServersRequest constructor

BatchCreatePrintServersRequest({
  1. List<CreatePrintServerRequest>? requests,
})

Implementation

BatchCreatePrintServersRequest({
  this.requests,
});