TtyDevice class Null safety
- Inheritance
-
- Object
- PrinterDevice
- TtyDevice
- Annotations
-
- @JsonSerializable()
Constructors
- TtyDevice(String filePath, int boundrate)
-
TtyDevice.fromJson(Map<
String, dynamic> json) -
factory
- TtyDevice.fromProto(TtyDevice device)
-
factory
Properties
- boundrate → int
-
final
- filePath → String
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ PrinterDeviceType
-
read / write, inherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited