hasPendingOutput property
bool
get
hasPendingOutput
Whether output is waiting to be parsed.
Implementation
bool get hasPendingOutput => _pending.isNotEmpty;
Whether output is waiting to be parsed.
bool get hasPendingOutput => _pending.isNotEmpty;