blob: 318bde09dea500c3fe5af330efe2f6ad30c728cb [file] [log] [blame] [view]
# message property
*[<Null safety>](https://dart.dev/null-safety)*
String message
_final_
<p>A string indicating the what led to the exception.</p>
<p>This message should be as descriptive as possible since
this exception should not be caught and will lead to a crash.</p>
## Implementation
```dart
final String message;
```