isDisconnected property

bool 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;