stateTCP property

Stream<TCPStatus> get stateTCP

Implementation

Stream<TCPStatus> get stateTCP =>
    tcpPrinterConnector.currentStatus.cast<TCPStatus>();