printersdk
tcp_device
TcpDevice
TcpDevice constructor
TcpDevice
TcpDevice
constructor
Null safety
TcpDevice
(
{
required
String
ip
,
int
port
=
9100
}
)
Implementation
TcpDevice( {required this.ip, this.port = 9100}) : super(PrinterDeviceType.tcp);
printersdk
tcp_device
TcpDevice
TcpDevice constructor
TcpDevice class
Constructors
TcpDevice
fromJson
fromProto
Properties
hashCode
ip
port
runtimeType
type
Methods
identify
noSuchMethod
toJson
toProto
toString
Operators
operator ==