message property
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;
The original exception's message, if it had one.
If the original exception was a plain string, this will contain that string.
final String? message;