message property

  1. @override
String get message
override

The system message for the process exception, if any.

The empty string if no message was available.

Implementation

@override
String get message => processException.message;