ShutdownError constructor
ShutdownError(
- String message, [
- Object? error,
- StackTrace? stackTrace
Implementation
ShutdownError(this.message, [this.error, this.stackTrace]);