blob: e1e1b07304e6956d11babe50745b5f6646c7a20e [file] [log] [blame] [view]
# IncomingStateException constructor
*[<Null safety>](https://dart.dev/null-safety)*
IncomingStateException(String message)
<p>Creates a new instance of this.</p>
## Implementation
```dart
IncomingStateException(this.message);
```