Raw stdout in bytes.
@override Future<Uint8List> get stdout => _rawResult.then((value) => value.stdout as Uint8List);