message property

String? get message
inherited

The message that describes the current exception.

Implementation

String? get message =>
    _message ?? 'Exception of type \'${_getClassName()}\' was thrown.';