blob: f96831bb81597896ba8c9f5eddf3bd4def77136a [file] [log] [blame] [view]
# message property
String message
_<span class="feature">final</span>_
<p>What went wrong.</p>
## Implementation
```dart
final String message;
```