message property - ProcessException class - dart:io library (original) (raw)
String message
final
The system message for the process exception, if any.
The empty string if no message was available.
Implementation
final String message;
String message
final
The system message for the process exception, if any.
The empty string if no message was available.
final String message;