blob: 5efdc7c4df8e7b590e9ee28df9fe87c68444531a [file] [log] [blame] [view]
# InspectStateError constructor
*[<Null safety>](https://dart.dev/null-safety)*
InspectStateError(String message)
<p>Constructor</p>
## Implementation
```dart
InspectStateError(String message) : super(message);
```