ElginPrinter constructor

ElginPrinter({
  1. required ElginPrinterType type,
  2. ElginPrinterModel? model,
  3. String? connection,
  4. int? parameter,
})

Implementation

ElginPrinter({
  required this.type,
  this.model,
  this.connection,
  this.parameter,
});