isDisconnected property
bool
get
isDisconnected
Checks if the connection status is PrinterConnectionStatus.disconnected.
Returns true if the connection status is PrinterConnectionStatus.disconnected, false otherwise.
Implementation
bool get isDisconnected => this == PrinterConnectionStatus.disconnected;