getMessage method
The message associated with this exception.
It defaults to the string representation of the exception.
Implementation
String getMessage() => toString();
The message associated with this exception.
It defaults to the string representation of the exception.
String getMessage() => toString();