blob: 3c7431f21234f213780a43903bd06f146a559636 [file] [log] [blame] [view]
# ModuleStateException constructor
*[<Null safety>](https://dart.dev/null-safety)*
ModuleStateException(String message)
<p>The default constructor for this module.</p>
## Implementation
```dart
ModuleStateException(this.message);
```