message property

String? message
final

The original exception's message, if it had one.

If the original exception was a plain string, this will contain that string.

Implementation

final String? message;