TcpPrinterInfo constructor

TcpPrinterInfo({
  1. required String address,
})

Implementation

TcpPrinterInfo({
  required this.address,
});