appLogs property

Rx<FileStat?> appLogs
final

FileStat of a application logs forwarded from stdout/stderr, if any.

Implementation

final Rx<FileStat?> appLogs = Rx(null);