ErrorNotification constructor

const ErrorNotification(
  1. ErrorAndStackTrace errorAndStackTrace
)

Constructs an ErrorNotification with the provided errorAndStackTrace.

Implementation

const ErrorNotification(this.errorAndStackTrace)
    : super._(NotificationKind.error);