EpsonPrinterModel constructor

EpsonPrinterModel({
  1. required String address,
  2. String? type,
  3. String? model,
  4. String? series,
})

Implementation

EpsonPrinterModel(
    {required this.address, this.type, this.model, this.series});