Printer constructor

const Printer({
  1. String? printerId,
})

Implementation

const Printer({
  this.printerId,
});