isIdle property

bool get isIdle

True if there are no running requests to read a line or a byte, otherwise false.

Implementation

bool get isIdle => null == _reqReadLineComp && null == _reqReadByteComp;