ShutdownError constructor

ShutdownError(
  1. String message, [
  2. Object? error,
  3. StackTrace? stackTrace
])

Implementation

ShutdownError(this.message, [this.error, this.stackTrace]);