message property - ProcessException class - dart:io library (original) (raw)

description

String message

final

The system message for the process exception, if any.

The empty string if no message was available.

Implementation

final String message;