message property
The message that describes the current exception.
Implementation
String? get message =>
_message ?? 'Exception of type \'${_getClassName()}\' was thrown.';
The message that describes the current exception.
String? get message =>
_message ?? 'Exception of type \'${_getClassName()}\' was thrown.';