printersdk
tty_device
TtyDevice
TtyDevice constructor
TtyDevice
TtyDevice
constructor
Null safety
TtyDevice
(
String
filePath
,
int
boundrate
)
Implementation
TtyDevice(this.filePath, this.boundrate) : super(PrinterDeviceType.tty);
printersdk
tty_device
TtyDevice
TtyDevice constructor
TtyDevice class
Constructors
TtyDevice
fromJson
fromProto
Properties
boundrate
filePath
hashCode
runtimeType
type
Methods
identify
noSuchMethod
toJson
toProto
toString
Operators
operator ==