| Index: runtime/observatory/lib/src/models/objects/notification.dart
|
| diff --git a/runtime/observatory/lib/src/models/objects/notification.dart b/runtime/observatory/lib/src/models/objects/notification.dart
|
| index d0d922466c465561375471c1478c55c4391b5906..1f46766ceed710aa7622e611a6e97b679a780620 100644
|
| --- a/runtime/observatory/lib/src/models/objects/notification.dart
|
| +++ b/runtime/observatory/lib/src/models/objects/notification.dart
|
| @@ -6,12 +6,13 @@ part of models;
|
|
|
| abstract class Notification {}
|
|
|
| -abstract class ExceptionNotification implements Notification{
|
| +abstract class ExceptionNotification implements Notification {
|
| get exception;
|
| +
|
| /// [optional]
|
| StackTrace get stacktrace;
|
| }
|
|
|
| -abstract class EventNotification implements Notification{
|
| +abstract class EventNotification implements Notification {
|
| Event get event;
|
| }
|
|
|