ErrorNotification constructor
      const
      ErrorNotification(
    
- ErrorAndStackTrace errorAndStackTrace
Constructs an ErrorNotification with the provided errorAndStackTrace.
Implementation
const ErrorNotification(this.errorAndStackTrace)
    : super._(NotificationKind.error);