hasOutput property

bool hasOutput
inherited

Has output message

Implementation

bool get hasOutput =>
    processResult?.stdout.runtimeType == String &&
    (processResult?.stdout as String).isNotEmpty;